diff options
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index 6aaad50..bc7b48d 100644 --- a/example/Makefile +++ b/example/Makefile @@ -14,7 +14,7 @@ vet: @GO111MODULE=off go vet build: - GO111MODULE=off go build + GO111MODULE=off go build -v withMutex: ../autogenpb --proto fruit.proto --package main --mutex |
