Code Location
This lesson explains in detail how to import a code from a location using Go get command
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.
Access this course and 1400+ top-rated courses and projects.