Go Operations TO DELETE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
Go has build in support for fetching source code from remote repositories. | Go has build in support for fetching source code from remote repositories. | ||
The import path can be used by Go tooling to determine where the code is on the network. | |||
=Portability= | =Portability= |
Revision as of 06:01, 4 April 2016
Internal
Subjects
Remote Imports
Go has build in support for fetching source code from remote repositories.
The import path can be used by Go tooling to determine where the code is on the network.