From 57f8f88ae9b6622e4df2fe6f1720d711ae8a8819 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 17:49:14 -0600 Subject: simple example build test is correct for both mutex --- example/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example') diff --git a/example/Makefile b/example/Makefile index e2673c3..552c332 100644 --- a/example/Makefile +++ b/example/Makefile @@ -16,9 +16,12 @@ vet: build: GO111MODULE=off go build -v -simple: +simpleMutexProtoc: ../autogenpb --proto fruit.proto --package main +simpleMutexGlobal: + ../autogenpb --proto fruit.proto --package main --mutex=false + withMutex: ../autogenpb --proto fruit.proto --package main ../autogenpb --proto file.proto --package main -- cgit v1.2.3