From 25ab223c07152a41f74b37ff667f6fdd329b2fe6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 05:56:45 -0600 Subject: testing mutex locks and Marshal() function panic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1696e6d..f7434ed 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clean: # refs.proto gitTag.pb.go: gitTag.proto - autogenpb --proto gitTag.proto + autogenpb --proto gitTag.proto --mutex-name "john" goDep.pb.go: goDep.proto autogenpb --proto goDep.proto -- cgit v1.2.3