build: GO111MODULE=off go build ./configfile goimports: goimports -w *.go prep: go get -v -t -u run: go run *.go clean: -rm -f configfile