mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
Change rwc to rwc with addresses
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package wrappers
|
||||
|
||||
import (
|
||||
"io"
|
||||
"net"
|
||||
)
|
||||
|
||||
type ReadWriteCloserWithAddr interface {
|
||||
io.ReadWriteCloser
|
||||
|
||||
Addr() *net.TCPAddr
|
||||
}
|
||||
Reference in New Issue
Block a user