Go
Overview
Documentation
- Documentation - The Go Programming Language
- The Go Programming Language Blog
- Go 指南
- Go by Example
- Dot Net Perls
- Go Tutorial
- Go 标准库中文文档
Go Libraries
Tools
- golang/dep: Go dependency management tool
- nathany/looper: Go autotesting tool with readline support.
- goreleaser/goreleaser: Deliver Go binaries as fast and easily as possible
- thockin/go-build-template: A Makefile/Dockerfile example for Go projects.
- bradleyjkemp/memviz: Visualize your data structures using graphviz
- TrueFurby/go-callvis: Visualize call graph of your Go program using dot format.
- google/gops: A tool to list and diagnose Go processes currently running on your system
- gotestyourself/gotestsum:
go test
runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.