Debug ping

This commit is contained in:
9seconds
2018-07-08 18:11:23 +03:00
parent a99c5b2442
commit 35b38fe55c
3 changed files with 8 additions and 5 deletions
+1 -2
View File
@@ -44,8 +44,7 @@ type StreamReadWriter interface {
}
type StreamWriteCloser interface {
io.Closer
io.Writer
io.WriteCloser
Wrap
}