From the course: Code Clinic: Go

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Helpful resources for Go programming

Helpful resources for Go programming - Go Tutorial

From the course: Code Clinic: Go

Helpful resources for Go programming

- So the first thing I want to do is I want to give you some resources to help you learn the Go programming language. Traditionally, resources are something that are provided at the end of the course but I want to provide it at the beginning so that as you're learning Go you have these resources upon which you can draw to further enhance your learning and to gain more knowledge. So the first resource I want to point out is GitHub. And if you go to my GitHub account, I have a bunch of different Repositories here. One of the Repositories, lynda, in here you could find a readme file that will have links to all the resources I'm going to show you, so you could check out that one. But the Repository I want to show you right now is Golang Training because there's a lot of really great code in here which you can take a look at to learn the language. So there's a lot of really good steps in here for just how does a scope work, how do blank-identifiers work, all the way up to concurrency which…

Contents