- π Open Source
- β¨ Simple, reliable, and efficient
- π§ͺ Built-in tools for testing, benchmarking, and profiling
- π Strong standard libraries
- βοΈ Concurrency with goroutines and channels
- π Widely used in production at Google and beyond!
- π Solves issues in dependency management, version selection, and reproducible builds
- π Allows running Go code outside of GOPATH
- To install:
$ go get golang.org/x/tools/cmd/godoc
- Launch locally:
$ godoc -http :8000
- π Access locally at http://localhost:8000/pkg to view all installed packages
- π Learn Go with Tests
- β Awesome Go
- π οΈ VSCode Go Tools
- π¦ Go Modules by Example