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 ...