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

We don't rely on any net.Conn specific methods anywhere, thus we can use io.ReadWriteCloser instead of net.Conn, since `net.Conn` implements `io.ReadWriteCloser`.

cla: yes

When running the check cmd from the cli, it may hang indefinitely on a channel waiting for "diagnostics-done". The nonstandardRequest implementation currently does not always send "diagnostics-done" if there are...

cla: yes

If there is no empty newline between the last item in a list and a line of text not in the list, Github will render them as a single line...

cla: yes

As golang has deprecated space-delimited build tags in favor of comma-delimited, this PR allows buildutil.TagsFlag to handle comma-delimited build tags Fixes golang/go#44787

cla: no

This feature enables to create a template file named navmenu.html optionally. If this exists, it will be included into the menu div and allows to extend the navigation for some...

cla: yes

New command flag `-show_internal_pkg` will show the master internal packages in general without url modifier `?m=all` In addition the GOMOD mode is updated to respect the components inside modules path...

cla: yes