[[Golang]] [[Go Compiler]] --- The philosophy of Go in general is that beside the programming language they provide an entire toolchain and developer experience. `gofmt`: automatically format source code according to standards. `goimports`: (`golang.org/x/tools/cmd/goimports`) manages imports.