summaryrefslogtreecommitdiff
path: root/net.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-11 15:24:43 -0500
committerJeff Carr <[email protected]>2023-04-11 15:24:43 -0500
commit9975aefe1e4d2a8828185f75344f0e776ecdeaeb (patch)
tree1542cdcf98fbbeccc3422b551329abcdfbf7c30d /net.go
parentc16bb5b088ce71fd6d032228b505cb5e133fcb3c (diff)
works against gocui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'net.go')
-rw-r--r--net.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.go b/net.go
index 58970e4..fb3b417 100644
--- a/net.go
+++ b/net.go
@@ -4,7 +4,6 @@ package main
import (
"net"
"strings"
- // "git.wit.org/wit/gui"
)
var DEBUGNET bool = false