forked from golang/go
-
Notifications
You must be signed in to change notification settings - Fork 0
GoGetTools
Kale Davis edited this page Aug 23, 2016
·
4 revisions
The go get
fetching of source code is done by using one of the following tools expected to be found on your system:
- svn - Subversion, download at: http://subversion.apache.org/packages.html
- hg - Mercurial, download at https://www.mercurial-scm.org/downloads
- git - Git, download at http://git-scm.com/downloads
- bzr - Bazaar, download at http://wiki.bazaar.canonical.com/Download
For example, git is used for Github, hg is used for Bitbucket, etc.
Refer GoGetProxyConfig for setting proxies for these tools.
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information