Add test for handshake frame

This commit is contained in:
9seconds
2021-03-23 21:24:16 +03:00
parent a3362c7ea4
commit e3b7472239
2 changed files with 51 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package relay
type Logger interface {
Printf(msg string, args ...interface{})
}