package util

Import Path
	nhooyr.io/websocket/internal/util (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files util.go
Package-Level Type Names (total 2, both are exported)
/* sort exporteds by: | */
ReaderFunc is used to implement one off io.Readers. ( ReaderFunc) Read(p []byte) (int, error) ReaderFunc : io.Reader
WriterFunc is used to implement one off io.Writers. ( WriterFunc) Write(p []byte) (int, error) WriterFunc : internal/bisect.Writer WriterFunc : io.Writer