mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Bugfix rpc handshake
This commit is contained in:
+2
-1
@@ -8,5 +8,6 @@ import (
|
||||
type ReadWriteCloserWithAddr interface {
|
||||
io.ReadWriteCloser
|
||||
|
||||
Addr() *net.TCPAddr
|
||||
LocalAddr() *net.TCPAddr
|
||||
RemoteAddr() *net.TCPAddr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user