1 2 3 4 5 6 7 8 9 10 11
.phony: build build: ./build.bash .phony: test test: ./test.bash .phony: format format: go fmt ./...