remove not dep module

This commit is contained in:
Jay
2019-05-28 11:25:45 +08:00
parent 9ffbdfceca
commit 93149fd39b
4 changed files with 4 additions and 60 deletions
+1
View File
@@ -2,6 +2,7 @@
.PHONY: clean build
build:
GO111MODULE=off go get -u github.com/otakukaze/go-bindata/...
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
GOOS=linux go build -o mtfosbot -ldflags "-s -w" .