diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 11:53:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 11:53:14 -0500 |
| commit | 3a7d5a176350447cf568d9fbc7ea804895549968 (patch) | |
| tree | 9df0aebff512050f84634ff02967ad00107fd2ed /main.go | |
| parent | 94fd646c63f0d85083c991ea219d34197aaa085e (diff) | |
the long road to betterness
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -13,13 +13,6 @@ import ( "go.wit.com/log" ) -// sent via -ldflags -var VERSION string -var BUILDTIME string - -// used for shell auto completion -var ARGNAME string = "wit" // todo: get this from $0 ? - //go:embed resources/* var resources embed.FS |
