summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
committerJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
commit10f75f87a66a9329fd665bd85099fe94c7beae79 (patch)
tree5746e3e18d3bdf3d8213798436ee93d0dd052772 /main.go
parent721bbd8f92d80286f12509fbbcff9f2f8e334093 (diff)
add nomutex support to disable it per message struct
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index df6d00d..d066507 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ import (
var VERSION string
var BUILDTIME string
-var fsort *os.File // the sort.pb.go output file
+// var fsort *os.File // the sort.pb.go output file
func main() {
pp := arg.MustParse(&argv)