fix code format

This commit is contained in:
Tnze
2022-11-24 10:01:48 +08:00
parent 740d14e7c6
commit bface07e42
8 changed files with 30 additions and 18 deletions

View File

@ -2,10 +2,11 @@ package server
import (
_ "embed"
"github.com/Tnze/go-mc/server/auth"
"github.com/google/uuid"
"github.com/Tnze/go-mc/net"
"github.com/Tnze/go-mc/server/auth"
)
type GamePlay interface {