Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gorilla/websocket
/ testLogWriter
Struct
testLogWriter
client_server_test.go:562–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
}
561
562
type
testLogWriter
struct
{
563
t *testing.T
564
}
565
566
func
(w testLogWriter) Write(p []byte) (int, error) {
567
w.t.Logf(
"%s"
, p)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected