This practical cheat sheet will help you get started with Go.
Image by: Renee French. CC BY 3.0
Of the many things the 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.
Mihalis Tsoukalos is a Technical author, a UNIX Administrator and Developer, a DBA and a Mathematician. He is the author of Go Systems Programming and Mastering Go. You can reach him at http://www.mtsoukalos.eu/ and https://twitter.com/mactsouk.
This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.
Comments are closed.