type io.ByteWriter
6 uses
io (current package)
io.go#L274: type ByteWriter interface {
github.com/go-redis/redis/v8/internal/proto
writer.go#L15: io.ByteWriter
github.com/yuin/goldmark/parser
attribute.go#L234: func scanAttributeDecimal(reader text.Reader, w io.ByteWriter) {
golang.org/x/net/html
render.go#L17: io.ByteWriter
image/jpeg
writer.go#L214: io.ByteWriter
net/http
request.go#L605: if _, ok := w.(io.ByteWriter); !ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |