fix up tmsp-cli, tests

This commit is contained in:
Ethan Buchman
2016-05-14 03:09:47 -04:00
parent 35f4f0e271
commit 32f83f9494
6 changed files with 53 additions and 108 deletions

View File

@ -36,7 +36,7 @@ func main() {
counter := 0
for i := 0; ; i++ {
var bufWriter = bufio.NewWriter(conn)
var req = types.RequestEcho("foobar")
var req = types.ToRequestEcho("foobar")
err := types.WriteMessage(req, bufWriter)
if err != nil {