Last active
May 21, 2019 11:42
-
-
Save anshuraj/9342c4eb23c33c1da0563f8aa4d34e31 to your computer and use it in GitHub Desktop.
Resources to get started on GoLang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. https://tour.golang.org/welcome/1 | |
2. https://golang.org/doc/effective_go.html | |
3. https://learnxinyminutes.com/docs/go/ | |
4. https://www.goin5minutes.com | |
5. https://github.com/astaxie/build-web-application-with-golang/ | |
6. https://gobyexample.com | |
Other stuff | |
1. https://medium.com/@IndianGuru/what-has-been-your-biggest-challenge-while-working-with-go-31e11a5e5b8d | |
2. https://www.youtube.com/watch?v=HxaD_trXwRE | |
3. https://www.youtube.com/watch?v=QDDwwePbDtw | |
4. Why GO? https://talks.golang.org/2012/splash.article | |
5. Laws of Reflection: https://blog.golang.org/laws-of-reflection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment