tools
tools copied to clipboard
[mirror] Go Tools
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`.
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...
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...
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
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...
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...