go get downloads the packages named by the import paths, along with their
dependencies. It then installs the named packages, like 'go install'. Get also accepts build flags to control the installation.
go get github.com/maknahar/phonecountry
When checking out a new package, get creates the ta...