-
The [`doc` package currently provides](https://golang.org/pkg/go/doc/#Examples):
```go
func Examples(files ...*ast.File) []*Example
```
Given a set of source files, this only parses out the exampl…
dsnet updated
2 years ago
-
While working on some CL on the tests I noted a common pattern: calling `os.WriteFile` to create a temporary file using a string as input.
Here is the list, obtained using `grep -F "os.WriteFile(" …
-
golang guru/GoDef cannot find non-golang package documentation that is in the `GOPATH`.
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go ve…
-
直接打开网址提示This file is not public,使用./transfer 下载报错fetching ticket...Download https://gofile.io/?c=svK3Yz Error: download failed on https://gofile.io/?c=svK3Yz, returns request https://api.gofile.io/get…
-
Hi
i would like to add new device i have tryed to to add myself and get the device reconised as supported after making an entry in devices.js but missing converter
https://pastebin.com/FVhW86…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +e25040d162 Fri Feb 26 02:52:33 2021 +0000 linux/ppc64le
### What operating system and processor a…
-
Hi, @narzoul !
Recently I installed Rainbow Six Rogue Spear on my Windows 7 PC, and so far, the process was quite simple. The game installed normally, I was able to patch it without problems, and I…
-
### What version of Go, VS Code & VS Code Go extension are you using?
- Run `go version` to get version of Go
- go version go1.15.3 darwin/amd64
- Run `code -v` or `code-insiders -v` to get versio…
andig updated
2 years ago
-
Provide a mechanism for running deployments+tests locally in the same fashion as CI
-
x.go:
```
package p
type T = interface {
m() interface{ T }
}
```
gotype x.go produces
```
$ gotype x.go
x.go:4:17: invalid AST: T is not a named type
x.go:4:17: invalid AST: T is not a …