repostatus/Makefile

12 lines
138 B
Makefile

all:
@echo
@echo Run: make redomod
@echo
redomod:
rm -f go.*
goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy