Advertisement
Guest User

Go Resources/Note

a guest
Aug 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ​Go
  2. First you should take the language tour: http://tour.golang.org/
  3. Then, you should visit:
  4. - https://golang.org/doc/code.html To learn how to organize your Go workspace
  5. - https://golang.org/doc/effective_go.html which would help you be more effective at writing Go
  6. - https://golang.org/ref/spec will help you learn more about the language itself
  7. - https://golang.org/doc/#articles For a lot more reading material
  8. There are some awesome websites as well:
  9. - https://blog.gopheracademy.com Well great resources for Gophers in general
  10. - http://gotime.fm For a weekly podcast of Go awesomeness
  11. - https://gobyexample.com If you are looking for examples of how to do things in Go
  12. - http://go-database-sql.org If you are looking for how to use SQL databases in Go
  13. Finally, you should visit https://github.com/golang/go/wiki#learning-more-about-go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement