diff --git a/Makefile b/Makefile index 429f273..4a4686b 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,10 @@ all: @echo @echo Run: make redomod @echo - @# ./myrepos >/tmp/myrepos.stderr 2>&1 - goimports -w *.go redomod: rm -f go.* + goimports -w *.go GO111MODULE= go mod init GO111MODULE= go mod tidy