update todo, delete uneccessary body http respons

This commit is contained in:
2026-04-03 01:00:00 +02:00
parent 922f13c64f
commit 8d97e28dde
7 changed files with 49 additions and 22 deletions
-7
View File
@@ -6,10 +6,3 @@ const (
BadMessage WsServerResponse = iota
InvalidCredentials
)
var Colors = map[string][3]uint8{
"red": {255, 0, 0},
"green": {0, 255, 0},
"blue": {0, 0, 255},
"default": {255, 255, 255},
}