diff options
Diffstat (limited to 'gocui/args.go')
| -rw-r--r-- | gocui/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/args.go b/gocui/args.go index 71dcdde..916728a 100644 --- a/gocui/args.go +++ b/gocui/args.go @@ -5,7 +5,7 @@ package main */ import ( - log "go.wit.com/log" + "go.wit.com/log" ) var outputS []string |
