tools icon indicating copy to clipboard operation
tools copied to clipboard

[mirror] Go Tools

Results 106 tools issues
Sort by recently updated
recently updated
newest added

This string expected the font color to be dark blue, but it didn't take effect.

There is a small typo in the comment

`gopls` should be integrated in Sublime Text by using the official helper package sublimelsp/LSP-gopls.

From https://github.com/golang/go/issues/53367 Adding source location information to CFG blocks to help reporting.

Attempted fix for https://github.com/golang/go/issues/52347. I am not very familiar with gopls internals, so this may not be the best implementation, but it seems to solve my problem for now.

Fixes golang/go#49501 Updates `internal/span/URI.IsFile()` to accept a `file:` URI using a local-path.

Fixes https://github.com/golang/go/issues/51262 This change modifies `go mod tidy` to allow ignoring unused imports by specifying an end-of-line comment containing `ignore-unused`. Example: ``` module mod.com go 1.14 require example.com v1.0.0 require...