diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ all: - @echo - @echo Run: make redomod - @echo - @# ./myrepos >/tmp/myrepos.stderr 2>&1 + GO111MODULE=off go vet goimports: goimports -w *.go |
