diff options
| author | Jeff Carr <[email protected]> | 2025-03-26 04:22:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-26 20:44:06 -0500 |
| commit | 4ab3a465af1d6fef6afe381b98817028da9f5d1e (patch) | |
| tree | 33d08a33476e62828ed074ef189178e879755175 /argv.go | |
| parent | 7a68c6247ae72ef4a22fb3b1e767c9f15fc67b82 (diff) | |
mutex lock. duh. actually use it.
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ type args struct { } func (a args) Description() string { - return "autogenpb " + VERSION + " Built on " + BUILDTIME + ` + return "go.wit.com/apps/autogenpb " + VERSION + " Built on " + BUILDTIME + ` Auto Generate protocol buffer Sort() and Marshal() functions @@ -38,5 +38,5 @@ See the git sources for an example .proto file. } func (args) Version() string { - return "autogenpb " + VERSION + " Built on " + BUILDTIME + return "go.wit.com/apps/autogenpb " + VERSION + " Built on " + BUILDTIME } |
