We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19ed0c commit aa9fc35Copy full SHA for aa9fc35
examples/echo/server.go
@@ -16,7 +16,6 @@ import (
16
// It ensures the client speaks the echo subprotocol and
17
// only allows one message every 100ms with a 10 message burst.
18
type echoServer struct {
19
-
20
// logf controls where logs are sent.
21
logf func(f string, v ...interface{})
22
}
0 commit comments