Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Installing Version Control Tools for ` go get ` |
| 2 | |
| 3 | The ` go get ` fetching of source code is done by using one of the following tools expected to be found on your system: |
| 4 | |
| 5 | * **svn** - Subversion, download at: http://subversion.apache.org/packages.html |
Kale Davis | 749be75 | 2016-08-22 23:03:50 -0400 | [diff] [blame] | 6 | * **hg** - Mercurial, download at https://www.mercurial-scm.org/downloads |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 7 | * **git** - Git, download at http://git-scm.com/downloads |
| 8 | * **bzr** - Bazaar, download at http://wiki.bazaar.canonical.com/Download |
| 9 | |
Brad Fitzpatrick | 8a43c25 | 2015-06-29 09:26:28 -0700 | [diff] [blame] | 10 | For example, **git** is used for Github, **hg** is used for Bitbucket, etc. |
| 11 | |
minux | 9f9be28 | 2014-12-18 21:41:19 -0800 | [diff] [blame] | 12 | Refer [GoGetProxyConfig](GoGetProxyConfig) for setting proxies for these tools. |