diff --git a/go/conn.go b/go/conn.go index 0cae2726..b99563df 100644 --- a/go/conn.go +++ b/go/conn.go @@ -12,7 +12,7 @@ import ( "golang.org/x/crypto/ssh/agent" ) -func SrvListen() { +func { nl, err := net.Listen("tcp", "0.0.0.0:8989") if err != nil { log.Fatal(err)