mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:04:02 +03:00
Rename module from mtg to github.com/9seconds/mtg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package protocol
|
||||
|
||||
import "mtg/conntypes"
|
||||
import "github.com/9seconds/mtg/conntypes"
|
||||
|
||||
type ClientProtocol interface {
|
||||
Handshake(conntypes.StreamReadWriteCloser) (conntypes.StreamReadWriteCloser, error)
|
||||
|
||||
Reference in New Issue
Block a user