diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 22:33:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 22:33:29 -0600 |
| commit | f3a5cd0db1575da22f4bc1d73f4acf53b7138462 (patch) | |
| tree | 11bf48ea4ebb0b4579a86701af61c63604161433 /args.go | |
| parent | 430de13fba8e50d51e46ee4adb362f2549661431 (diff) | |
go.wit.com/log changev0.3.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ package digitalocean // initializes logging and command line options import ( - arg "github.com/alexflint/go-arg" - log "go.wit.com/log" + "go.wit.com/arg" + "go.wit.com/log" ) var INFO log.LogFlag |
