-
For example, such a section could mention:
* https://godoc.org/golang.org/x/tools/cmd/toolstash, to make backups of a working/previous Go compiler
* General recommendations like `toolstash restore…
mvdan updated
7 months ago
-
Watching latest Cardano Summit it turns out a **lot** of the eco-system tools are either using or have bindings to Rust and/or Golang. Let's find out which and add them.
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.18 darwin/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system …
-
`TEXT` and `GLOBL` symbols are currently too restrictive. I think we do not correctly support:
* Static text symbols
* Symbols with package references
See:
https://github.com/mmcloughlin/av…
-
OS: Windows 10
**Output of docker build command**
```
[+] Building 3.0s (6/18)
=> [internal] load build definition from Dockerfile …
-
### Problem
Although the LSP provides the entire call hierarchy information, Neovim only displays references that are one level deep. Similar to vscode, the entire call hierarchy should be shown in…
sp71 updated
5 months ago
-
### What version of Go, VS Code & VS Code Go extension are you using?
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- `go version go1.16.3 darwin/amd64`
* Run `go…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +44c9354c5a Fri Jun 21 05:21:30 2019 +0000 linux/amd64
$ go list -m golang.org/x/tools
golang.org/x/tools…
-
### Clear and concise description of the problem
Docker-based CI systems have an inherent flaw that it's not possible to pre-define an environment for steps/pipelines, so system-wide tools/language…
-
### What I want to achieve
I want to write tests for analyzers that utilize `packages.Module` information.
`x/tools/go/analysis/analysistest` provides helper functions for testing `go/analysis`…