diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 05:56:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 05:56:45 -0600 |
| commit | 25ab223c07152a41f74b37ff667f6fdd329b2fe6 (patch) | |
| tree | e41c1ba016b12354d072f56149625f9512e2fbac /Makefile | |
| parent | 208118ad5f78ce6e15da00753df491cfed771ce8 (diff) | |
testing mutex locks and Marshal() function panic
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
