diff options
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 |
