all: @echo @echo clean: rm -f go.* redomod: rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy test: go test vet: @GO111MODULE=off go vet @echo this go binary package builds okay goimports: goimports -w *.go