diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 17:50:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 17:50:48 -0600 |
| commit | 0db3c44b86f5bbcbba8b5b66f95cef77b487d6f9 (patch) | |
| tree | 151537deb4c0ee61135fec589159473a9f64dae0 /argv.go | |
| parent | 6bb1b9acd79a8773181876cc83e5b1546330810c (diff) | |
needs local 'arg' to load gui golang plugins
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package main import ( "os" - "github.com/alexflint/go-arg" + "go.wit.com/dev/alexflint/arg" ) /* |
