misc. cleanup

This commit is contained in:
CPunch 2023-03-04 22:08:09 -06:00
parent 24359e9398
commit 34ce9a7420
5 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
package protocol
type PacketHandler interface {
}

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"net" "net"
"github.com/CPunch/GoFusion/api/protocol" "github.com/CPunch/GoFusion/protocol"
) )
const ( const (