From 3f81cca18c6f55f303bddc5c4d992cd53894726e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 20:08:22 -0600 Subject: example is working okay --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile') 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 -- cgit v1.2.3