Basic
Command
go get ... // -u
go install ...
go run xxx.go
go build xxx.go
./xxx
go test xxx // -cpu, -count, -parallel, -v, -cover, -bench, -benchmem, -cpuprofile, -trace
go env
go env GOCACHE
go clean
go clean -cache
go clean -testcache
go tool pprof prof cpu.prof
go-torch xxx
go tool traceName
Keyword
Predeclared
Visible
Declarations
Variables
Short Variable Declarations
Pointer
new Function
Lifetime of Variables
Third Library
Last updated
