test
This commit is contained in:
parent
cae2cd830c
commit
5447c59d81
2
main.go
2
main.go
@ -19,7 +19,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
_, err = conn.Write(p.Bytes())
|
_, err = conn.Write(p.Bytes())
|
||||||
failError(err, "conn.Write")
|
failError(err, "conn.Write")
|
||||||
logInfoDebug("Authentication sent (%s)", string(p.Bytes()))
|
logInfoDebug("Authentication sent (%v)", p.Bytes())
|
||||||
|
|
||||||
// listen for reply
|
// listen for reply
|
||||||
message, _ := bufio.NewReader(conn).ReadString('\n')
|
message, _ := bufio.NewReader(conn).ReadString('\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user