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

@ -21,7 +21,7 @@ type data struct {
}
func main() {
err := conn.StartSimple(primetime)
err := conn.StartSimpleTCP(primetime)
if err != nil {
log.Fatalln(err)
}