summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 01:33:07 -0600
committerJeff Carr <[email protected]>2024-01-18 01:33:07 -0600
commit0659d10509ab24936be08a515a851017e6280d7d (patch)
tree46d12360596807b6174354d4142143899475de5e /argv.go
parentcbb54585e2cd7f48ed0eeb60cf7b14bde85bfaa5 (diff)
fix pathsv0.1.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 6cedc8f..ad6f17d 100644
--- a/argv.go
+++ b/argv.go
@@ -4,7 +4,7 @@ package main
this enables command line options from other packages like 'gui' and 'log'
*/
-import (
+import (
arg "github.com/alexflint/go-arg"
)