shell/Makefile

10 lines
110 B
Makefile
Raw Normal View History

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