From fe98085712189edea536d9207b40f8b0daf826ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 15:56:03 -0600 Subject: locking seems to work in or out of the .proto file --- example/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/Makefile') 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 -- cgit v1.2.3