Go命令行工具

The Command

标准命令详解

go - How to get all dependency files for a program using Golang - Stack Overflow

1
go get -d -v ./...

... is a special pattern, tells to go down recursively

格式化整个目录

1
gofmt -w -l src