Remove server.go and move type.

This commit is contained in:
Marco 2023-09-24 01:18:06 +02:00
parent e45ca20bbe
commit a550ad9cdc
2 changed files with 0 additions and 12 deletions

View File

@ -19,7 +19,6 @@ const (
MoveMessage MessageType = "move"
InvalidMoveMessage MessageType = "invalidMove"
ColorDetermined MessageType = "colorDetermined"
TakenEnPassant MessageType = "takenEnPassant"
)
func (m WebsocketMessage) IsValidMoveMessage() bool {

View File

@ -1,11 +0,0 @@
package chess
import (
"net/http"
)
var AppPath = "/home/m/projects/programming/flutter_projects/mchess/build/web"
func PlayHandler(w http.ResponseWriter, r *http.Request) {
}