summaryrefslogtreecommitdiff
path: root/Go Tools.md
blob: 4e053ffd996887551e318d21fd976cf3ef38607c (plain)
1
2
3
4
5
6
7
8
9
[[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.