## gbe-book Go by Example book source. ### Number'ing ```console $ mate tool/index.txt $ go run tool/number.go ``` ### Gofmt'ing ```console $ tool/gofmt ``` ### Building ```console $ tool/build ```