diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 12:17:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 12:17:38 -0600 |
| commit | dc356e9d0fc6b05f50b01d141206f679ecda2de9 (patch) | |
| tree | a875c8f8288f0a7292bac99176894a3b7fd07426 /addMutex.go | |
| parent | 10cf601ea03e92323d802391a437f335924e5107 (diff) | |
auto run protoc
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addMutex.go')
| -rw-r--r-- | addMutex.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addMutex.go b/addMutex.go index fa56a82..efa8501 100644 --- a/addMutex.go +++ b/addMutex.go @@ -1,6 +1,8 @@ package main -// eh, screw it, just add the damned mutex to the pb.go file +// will this help things? +// this is a hack for testing for now +// cram a mutex in the pb.go file import ( "errors" |
