Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Go Language

Emiliano Velasco
Emiliano Velasco
2,646 Points

Where to learn GO - Lang?

There is no GO track or set of videos to learn GO from scratch I have this links but I was looking where to learn it from 0.

Links as reference that I have...

https://dave.cheney.net/resources-for-new-go-programmers https://tour.golang.org/welcome/1 https://gobyexample.com/

I know that there is on TTH:

https://teamtreehouse.com/library/go-language-overview

Eric M
Eric M
11,545 Points

Out of curiosity, why do you want to learn golang?

3 Answers

Michael Hulet
Michael Hulet
47,912 Points

You can see all the videos on Go that Treehouse has to offer by going to the Library and then filtering for all the videos on Go. Unfortunately, this will only return the 1 result you linked right now, as it's the only video on Go that Treehouse has to offer at the moment. That being said, I got a fairly solid grasp on the language from that course, and I think it'll give you a pretty good start towards learning it. Hopefully Treehouse will add more Go content in the future!

Steven Parker
Steven Parker
229,788 Points

UCI (University of California, Irvine) now offers a Programming with Google Go Specialization through Coursera, starting today (Sept 28). Financial aid is available to qualified applicants; and if you take the courses individually, they can be audited for free.

The courses are:

However, like the original Treehouse course, this series is considered intermediate level and recommended for those with other programming experience.

For novices, the resources available at golang.org are still probably your best bet.

+1 on adding a track for Golang, it would be awesome to see a full track developed for this language!