default: test test: *.go go get -t -v go test -v run: cd cmd/* && go get -v && go build . fmt: go fmt *.go