-
### What did you do? (required: The issue will be **closed** when not provided)
Try to execute `:GoDef`.
### What did you expect to happen?
Cursor should jump to the definition of the i…
-
```
>What steps will reproduce the problem?
1. Start go-tour in a tabbed browser with at least one other tab open
2. Press Ctrl+page up to switch to a different tab
3. Press Ctrl+page down to switch b…
-
```
>What steps will reproduce the problem?
1. Start go-tour in a tabbed browser with at least one other tab open
2. Press Ctrl+page up to switch to a different tab
3. Press Ctrl+page down to switch b…
-
```
>What steps will reproduce the problem?
1. Start go-tour in a tabbed browser with at least one other tab open
2. Press Ctrl+page up to switch to a different tab
3. Press Ctrl+page down to switch b…
-
```go
package main
import (
"testing"
"time"
"github.com/patrickmn/go-cache"
"go.uber.org/goleak"
)
func leaktest(t *testing.T) {
defer goleak.VerifyNone(t)
cache.New(5*time.Minu…
-
Memory allocation using `make([]int, K)` is surprisingly slow compared to `append(nil, ...)`, even though `append` does strictly more work, such as copying.
```
$ cat a_test.go
package main
im…
-
First of all thank you for your hard work, in order to create such a great project.
My question is:
Could be let the compiled output be smaller?its too big now.
when im testing **a hello world w…
-
Most CI scripts and defaults do just the basics: `go test ./...`
There are many more commands that likely make sense for a majority of projects, and some are well known, but we don't have a single …
mvdan updated
6 months ago
-
```
[00:00:00] Build started
[00:00:00] git clone -q --depth=5 https://github.com/ethersphere/swarm.git C:\gopath\src\github.com\ethersphere\swarm
[00:00:09] git fetch -q origin +refs/pull/1940/mer…
-
### The purpose and use-cases of the new component
Purpose: Provide a way to perform synthetic browser testing, such as loading web pages, synthesizing clicks, and ensuring browser flows work as ex…