We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Destroyed Modules (markdown)
add FAQ on downloading modules for a specific set of packages
fix typo
Updated Modules (markdown)
GOPROXY alternate Tencent Cloud: https://mirrors.tencent.com/go
'default' is more equivalent to git's 'master' than 'tip', another occurance
'default' is more equivalent to git's 'master' than 'tip'
add highlights from go 1.14 release notes
Edited wording in introduction to indicate modules are "ready for production" instead of "finalized" in 1.14. (#36967)
Revert 460604a^...460604a on Modules
Revert 28ab6c9^...28ab6c9 on Modules
Add go-mod-upgrade, a new tool to update outdated Go dependencies interactively
remove misprint
revert changes from a2d1c5c. replace directives should not be used like this.
Consistently use `github.com/user/mymod` throughout the section; explicitly say how to include sub-packages from a higher-level file.
Make it clearer how to effectively use multiple packages within the same module.
revert commit fafd8df
Use annotated tags, since git push --follow-tags ignore non annotated tags
edit
GoCenter is totally free and made for the community! :) Not a commercial offering.
Emphasize `go get` over `go get -u` in "upgrading" section.
add command to list only all the direct depedencies - thanks Duco van Amstel! https://gophers.slack.com/archives/C9BMAAFFB/p1573664777482200?thread_ts=1573658273.474200&cid=C9BMAAFFB
remove blank line
standardisation (as per Unix utility 'tree' output)
s/1.12/1.13/ typo
add a summary of recent changes in Go 1.13
targeted changes for 'go get' behavior changes in 1.13
Add example `foo@tip` to get last commit from mercurial repository
minor grammar changes