Code Location
This lesson explains in detail how to import a code from a location using Go get command
We'll cover the following
Getting code location
The path github.com/mattetti/goRailsYourself/crypto
basically tells the compiler to import the crypto
package available. It doesn’t mean that the compiler will automatically pull down the
repository, so where does it find the code?
You need to pull down the code yourself. The easiest way is to use the go get
command provided by Go.
Get hands-on with 1400+ tech skills courses.