changed int16 to uint16 to go with the official spec

This commit is contained in:
cheetah.cat 2024-09-03 00:08:03 +02:00
parent 972e41e92d
commit c8235962f5

2
go.mod
View file

@ -2,4 +2,4 @@ module git.cheetah.cat/tetrapack/go-zello-client
go 1.21.1 go 1.21.1
require github.com/gorilla/websocket v1.5.3 // indirect require github.com/gorilla/websocket v1.5.3