Preliminary debug state

This commit is contained in:
9seconds
2018-07-06 17:29:24 +03:00
parent 88faeb7195
commit a3933e6ede
21 changed files with 127 additions and 57 deletions
+1
View File
@@ -10,4 +10,5 @@ type ReadWriteCloserWithAddr interface {
LocalAddr() *net.TCPAddr
RemoteAddr() *net.TCPAddr
SocketID() string
}