diff options
Diffstat (limited to 'sortNew.go')
| -rw-r--r-- | sortNew.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ func (msg *MsgName) getLockname(s string) string { if argv.Mutex { // use the mutex lock from the modified protoc.pb.go file return s + ".Lock" + // return s // causes Marshal() to panic? always use the variable name 'Lock'? } // a single global lock by struct name return msg.Lockname |
