Go Language Resources
Development
- A tour of Go
- Go by example
- Katacoda Golang Playground
- Makefiles for Golang
- Go For Ops: A bit older, but might be useful.
- Errors are values: Great discussion on good error handing in Go
Libraries
- Script: Framework for development shell/pipe link constructs in Go. Useful for moving shell scripts/small programs over to Go.
Articles
- 5 keys to create a killer CLI in Go
- bpcli: Great example of a Go CLI utility leveraging a RESTful API
- Free Courses On Go
- Why Go and Not Rust?