minor fixes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-09 22:35:29 -07:00
parent 183ff58f8e
commit 9ed38fd2b8
1 changed files with 2 additions and 5 deletions

View File

@ -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