diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 06:19:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 12:27:10 -0600 |
| commit | a16b53c2895669f7f21728334371ab79680699bf (patch) | |
| tree | 667d327d832942e37d145b7cb62d9d6d709e3e71 /log.go | |
| parent | b5fe1eb8ff1f82dcd387cf83a42e767887dd2518 (diff) | |
start debugging why this doesn't work
Diffstat (limited to 'log.go')
| -rw-r--r-- | log.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func init() { full := "go.wit.com/gui" short := "gocui" - GOCUI = log.NewFlag("GOCUI", false, full, short, "gocui internals") + GOCUI = log.NewFlag("GOCUI", true, full, short, "gocui internals") full = "go.wit.com/toolkits/gocui" short = "gocui" |
