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
commitec75161b687f02b91026439d7228f21c4464c710 (patch)
tree2586fff19a3e0f065a65094c8e2ce0ef6e916896 /net.go
parentdae59705a1414a861f1de13dfb1e69fe6581c084 (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