diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 20:52:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 20:52:10 -0600 |
| commit | 3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (patch) | |
| tree | 9be876900a02aebed4540f5453759ea1f1d5c7ce /nocui/args.go | |
| parent | 2a9724d7a89733db8c41571a8b5d9d0e1f0d76b3 (diff) | |
use "go.wit.com/log"
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nocui/args.go')
| -rw-r--r-- | nocui/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nocui/args.go b/nocui/args.go index 07b3676..0dc994b 100644 --- a/nocui/args.go +++ b/nocui/args.go @@ -5,7 +5,7 @@ package main */ import ( - "go.wit.com/log" + log "go.wit.com/log" ) var NOW log.LogFlag |
