rename Udp into UDP and Tcp into TCP, like the Go standard library

This commit is contained in:
aler9
2020-09-05 12:58:40 +02:00
parent d8dc7b7cc4
commit e895fcfc37
6 changed files with 51 additions and 51 deletions

View File

@@ -32,7 +32,7 @@ func main() {
}
for _, track := range tracks {
_, err := conn.SetupTcp(u, track)
_, err := conn.SetupTCP(u, track)
if err != nil {
panic(err)
}