Compare commits
No commits in common. "guimaster" and "v0.22.17" have entirely different histories.
7
Makefile
7
Makefile
|
@ -1,6 +1,4 @@
|
|||
all: goimports vet
|
||||
|
||||
vet:
|
||||
all:
|
||||
GO111MODULE=off go vet
|
||||
|
||||
goimports:
|
||||
|
@ -12,6 +10,3 @@ redomod:
|
|||
GO111MODULE= go mod init
|
||||
GO111MODULE= go mod tidy
|
||||
|
||||
clean:
|
||||
-rm -f go.*
|
||||
-go-mod-clean --purge
|
||||
|
|
Loading…
Reference in New Issue