package util

Import Path
	github.com/coder/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)
/* sort 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 : github.com/miekg/dns.Writer WriterFunc : internal/bisect.Writer WriterFunc : io.Writer