Skip to content

Instantly share code, notes, and snippets.

View hiendv's full-sized avatar
❤️
developer | rider

Hiển Đào Vinh hiendv

❤️
developer | rider
View GitHub Profile
@hiendv
hiendv / gist:cc156eba1bba82a168201a0c0349c7b0
Last active March 11, 2020 09:33 — forked from sdorsett/gist:8eab3721e17daf3bd595370d3f5bab16
Golang newbie resources from gophers.slack.com
Here are some resources you should check out if you are learning / new to Go:
First you should take the language tour: https://tour.golang.org/
Then, you should visit:
- https://golang.org/doc/code.html to learn how to organize your Go workspace
- https://golang.org/doc/effective_go.html be more effective at writing Go
- https://golang.org/ref/spec learn more about the language itself
- https://golang.org/doc/#articles a lot more reading material
- https://github.com/golang/go/wiki/CodeReviewComments
There are some awesome websites as well:
- https://blog.gopheracademy.com great resources for Gophers in general