shell/Makefile

11 lines
136 B
Makefile
Raw Permalink Normal View History

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