tools
tools copied to clipboard
[mirror] Go Tools
For golang/go#26627
The tour links under Sub-repositories on the main page of the godoc server are pointing at the old module (outside of x/website) and the old (pre go.dev) public URL. Should...
From implementation copied with permission from @josharian https://github.com/josharian/txtarfs/blob/main/txtarfs_test.go https://github.com/golang/go/issues/44158#issuecomment-797672335 Fixes #44158
Added the postfix completion to the templates in postfix_snippets.go. I was a bit undecided whether to use the label "wrap" or "errorf" - happy to change to the latter. This...
Written it properly for easy to understand
- Add a new option: `maxUnimportedPackageNames` that makes the number of completion candidates for unimported packages configurable - This PR fixes: https://github.com/golang/go/issues/60988
This change adds the "Unordered Output" label to examples that are marked as such. This makes it clear that the output will not necessarily be in a determined order from...