Managing project tools with Go
Comparing approaches for managing non-application tool dependencies in Go projects, including go tool, tools.go, and go run.
Comparing approaches for managing non-application tool dependencies in Go projects, including go tool, tools.go, and go run.
An introduction to using GNU Make as a modern build and automation tool, with practical Makefile examples.