I believe go tooling is one of the top loved features among gophers, in particular gofmt.
The best part is that all those command line utilities are also available for import. I've used them to create a license checker by walking the dep tree in code.
verdverm|12 days ago
The best part is that all those command line utilities are also available for import. I've used them to create a license checker by walking the dep tree in code.
There are also a ton of gems in the `./internal` directories, Roger Peppe has extracted them for reuse here: https://github.com/rogpeppe/go-internal