diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 11:16:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 11:16:44 -0500 |
| commit | 9278157fc2a5ac8835dbc1aa505ccff9ec5f064f (patch) | |
| tree | f50bfcf029dff7bd2b7852f86489ed3a2db06cd2 /main.go | |
| parent | 42727d1d27bc2cd3f772396e3c6bea5b3df2e01d (diff) | |
new argv support scheme
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -14,18 +14,11 @@ import ( "go.wit.com/log" ) -// sent via -ldflags // is there a better way? -var VERSION string -var BUILDTIME string - // at build time, this can be used to store GUI plugins with matching GO deps // //go:embed resources/* var resources embed.FS -// used for shell auto completion -var ARGNAME string = "forge" - func main() { me = new(mainType) var s string |
