summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile
index 13c5919..a489ec4 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -8,11 +8,10 @@ vet:
@GO111MODULE=off go vet
build:
- rm -f fruit.newsort.pb.go
GO111MODULE=off go build
auto:
- ../autogenpb --proto fruit.proto --package main
+ ../autogenpb --proto fruit.proto --package main --mutex
goimports:
goimports -w *.go