diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ goimports: # // to globally reset paths: # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" . +vet: + GO111MODULE=off go vet + build: echo "build it!" GO111MODULE=off go build -v -x -ldflags " \ |
