summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile
index bc7b48d..1f3d285 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -17,10 +17,12 @@ build:
GO111MODULE=off go build -v
withMutex:
- ../autogenpb --proto fruit.proto --package main --mutex
+ ../autogenpb --proto fruit.proto --package main
+ ../autogenpb --proto file.proto --package main
withoutMutex:
- ../autogenpb --proto fruit.proto --package main
+ ../autogenpb --proto fruit.proto --package main --mutex=false
+ ../autogenpb --proto file.proto --package main --mutex=false
goimports:
goimports -w *.go