rename StartSimple

This commit is contained in:
2023-09-15 14:20:51 -07:00
parent ef19fa588f
commit 0677847105
11 changed files with 48 additions and 10 deletions

View File

@ -9,7 +9,7 @@ import (
)
func main() {
err := conn.StartSimple(smoketest)
err := conn.StartSimpleTCP(smoketest)
if err != nil {
log.Fatalln(err)
}