From 9ed38fd2b8e5b39fa8d6614652b2002accfefb29 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 May 2019 22:35:29 -0700 Subject: [PATCH] minor fixes Signed-off-by: Jeff Carr --- socketWIT.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/socketWIT.go b/socketWIT.go index 5b8f2e2..00f60e0 100644 --- a/socketWIT.go +++ b/socketWIT.go @@ -7,12 +7,10 @@ import "net" import "fmt" import "bufio" -import "github.com/svent/go-nbreader" - +import "git.wit.com/wit/shell" import "git.wit.com/jcarr/dnssecsocket" -import "git.wit.com/wit/shell" - +//import "github.com/svent/go-nbreader" // import "github.com/gookit/config" // import "git.wit.com/wit/gui" @@ -75,7 +73,6 @@ func socketToWIT(myhostname string) { // send the command over the socket socket a, err := conn.Write([]byte(string(text + "\n"))) - // a, err := connStdin.Write([]byte(string(text + "\n"))) if (err != nil) { fmt.Println("SOCKET DIED with err=", err, a) return