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 trialEmiliano Velasco
2,646 PointsWhere 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:
3 Answers
Michael Hulet
47,913 PointsYou 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
231,269 PointsUCI (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.
Nathan Williams
Python Web Development Techdegree Student 6,851 PointsOur intro course is pretty great, it helped me a ton with the fundamentals: https://teamtreehouse.com/library/go-language-overview
The official Go Tour is very interesting too: https://tour.golang.org/welcome/1
Kyle Randolph
2,587 Points+1 on adding a track for Golang, it would be awesome to see a full track developed for this language!
Eric M
11,546 PointsEric M
11,546 PointsOut of curiosity, why do you want to learn golang?