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