Go Language learning resources.
First you should take the language tour: tour.golang.org
Then, you should visit:
There are some awesome websites as well:
There's also an exhaustive list of videos gophervids.appspot.com related to Go from various authors.
If you prefer books, you can try these:
If you want to learn how to organize your Go project, make sure to read: medium.com/@benbjohnson/standard-package-layout-7… Once you are accustomed to the language and syntax, you can read this series of articles for a walkthrough the various standard library packages: medium.com/go-walkthrough.
Finally, github.com/golang/go/wiki will give a list of even more resources to learn Go.