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

The current implementation fails to rename field selectors that refer to embedded generic structs. This commit addresses this issue. It also replaces calls to the deprecated io/ioutil package with calls...

I use code generation as well as goimports (actually the gosimports fork). Unfortunately, any generated files also need to be reformatted or it causes churn on commits. It would probably...

This commit add the possibily to define a footer template using two lines in the header section. The footer line is a pipe (|) list of three segments that can...

cla: yes

This pull request add the -fullscreen flag to enable full screen mode (default: false). When enabled all the slides except the current one are hidden. Fixes golang/go#12634 Fixes golang/go#18299

cla: yes

This pull request add support for quote. The template uses the function "quote" to inject quotes and citations. The text after ".quote" is embedded in a blockquote element after processing...

cla: yes

If the package name and the last element of import path are different, sibling will not be hit. https://github.com/golang/tools/blob/master/imports/fix.go#L315 The following sibling file has the last component of import path...

cla: yes

This makes it easier for clients to read compiler directives like `//go:linkname` or `//line`. I would like to use this in my own [Go compiler project](https://github.com/aykevl/tinygo).

cla: yes

Solves golang/go#27666. I'm not sure if this is the preferred method of implementing something like this, but it does the job!

cla: yes