mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-14 12:00:05 +00:00
misc. cleanup
This commit is contained in:
parent
24359e9398
commit
34ce9a7420
@ -1,4 +0,0 @@
|
|||||||
package protocol
|
|
||||||
|
|
||||||
type PacketHandler interface {
|
|
||||||
}
|
|
@ -6,7 +6,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
"github.com/CPunch/GoFusion/api/protocol"
|
"github.com/CPunch/GoFusion/protocol"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user