fix: golangci errors

This commit is contained in:
zarazaex69
2026-05-06 19:55:09 +03:00
parent f79f610459
commit 0cae2d0b8f
3 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ type Server struct {
// ConnectRequest is a message from the client to establish a new connection.
type ConnectRequest struct {
Cmd string `json:"cmd"`
ClientID string `json:"client_id"`
ClientID string `json:"clientId"`
Addr string `json:"addr"`
Port int `json:"port"`
}