Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

GoGetTools.md

File metadata and controls

16 lines (11 loc) · 652 Bytes
title
GoGetTools

Installing Version Control Tools for go get

The go get fetching of source code is done by using one of the following tools expected to be found on your system:

For example, git is used for Github, hg is used for Bitbucket, etc.

Refer GoGetProxyConfig for setting proxies for these tools.