From 5bb3846a3b8267399dabaa532a0b1c4d31cf7791 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 03:53:07 -0600 Subject: almost done removing old map var --- argv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 29c5e57..6d496f1 100644 --- a/argv.go +++ b/argv.go @@ -18,7 +18,7 @@ type args struct { Marshal []string `arg:"--marshal" help:"what to marshal on"` NoMarshal bool `arg:"--no-marshal" help:"do not make a marshal.pb.go file"` NoSort bool `arg:"--no-sort" help:"do not make a sort.pb.go file"` - Mutex bool `arg:"--mutex" help:"try mutex hack (breaks proto.Marshal() ???)"` + Mutex bool `arg:"--mutex" default:"true" help:"add mutex in protoc autogen file"` DryRun bool `arg:"--dry-run" help:"show what would be run"` GoSrc string `arg:"--go-src" help:"default is ~/go/src. could be set to your go.work path"` GoPath string `arg:"--gopath" help:"the gopath of this repo"` -- cgit v1.2.3