diff options
| author | Jeff Carr <[email protected]> | 2023-04-11 15:24:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-11 15:24:43 -0500 |
| commit | ec75161b687f02b91026439d7228f21c4464c710 (patch) | |
| tree | 2586fff19a3e0f065a65094c8e2ce0ef6e916896 /net.go | |
| parent | dae59705a1414a861f1de13dfb1e69fe6581c084 (diff) | |
works against gocui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'net.go')
| -rw-r--r-- | net.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ package main import ( "net" "strings" - // "git.wit.org/wit/gui" ) var DEBUGNET bool = false |
