(s string)
| 125 | } |
| 126 | |
| 127 | func makeWsProto(s string) string { |
| 128 | return "ws" + strings.TrimPrefix(s, "http") |
| 129 | } |
| 130 | |
| 131 | func sendRecv(t *testing.T, ws *Conn) { |
| 132 | const message = "Hello World!" |
no outgoing calls
no test coverage detected
searching dependent graphs…