This is a created article in which the information may have evolved or changed.
# # Go to learn the best information
+ Go Language official website: https://golang.org, which provides comprehensive reference documentation, including language programming specifications and standard libraries. Also includes how to write a more authentic Go program Basic tutorial, there are a variety of online text resources and video resources;
+ Go Language Official blog: https://blog.golang.org, it will publish some of the best practical articles of the Go language, but also include the future development direction and trend of the go language, future plans, conference reports;
+ Official speech of Go language: http://talks.golang.org/;
+ Google also provides an online programming environment for writing, compiling and running the Go language: https://play.golang.org, which is equivalent to an online IDE, but also supports the generation of online links, sharing code;
+ Online-based Ide,google also provides an introductory tutorial on online learning for beginners in the Go language: https://tour.golang.org
``
Here's a tip: learn a language, ideas: Getting Started Tutorial--standard library->effective Go, major web frameworks
``