Get the highlights in your inbox every week.
Go command and packages cheat sheet
Go command and packages cheat sheet
This practical cheat sheet will help you get started with Go.

Image credits :
Renee French. CC BY 3.0
go
executable can do, most people know only go run
and go build
. And, of the many packages in the standard Go library, most people know only the fmt
package. This cheat sheet will list many uses of the go
executable and the most important packages in the Go standard library.