diff options
| author | Jeff Carr <[email protected]> | 2024-01-13 13:30:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-13 13:30:13 -0600 |
| commit | 34f33db94a04ecb24087713a87556a9672b74aa7 (patch) | |
| tree | 859cffb2deda834cc0b9050089da7e8329777e7a /gocui/args.go | |
| parent | 69ad3b12ac3f44703ae8a6c8a771af56f902252b (diff) | |
always build with GO111MODULES until stable
Signed-off-by: Jeff Carr <[email protected]>
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 |
