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 | 9975aefe1e4d2a8828185f75344f0e776ecdeaeb (patch) | |
| tree | 1542cdcf98fbbeccc3422b551329abcdfbf7c30d /net.go | |
| parent | c16bb5b088ce71fd6d032228b505cb5e133fcb3c (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 |
