type io.WriterTo
10 uses
io (current package)
io.go#L200: type WriterTo interface {
io.go#L411: if wt, ok := src.(WriterTo); ok {
io.go#L675: if _, ok := r.(WriterTo); ok {
io.go#L694: return c.Reader.(WriterTo).WriteTo(w)
multi.go#L67: var _ WriterTo = (*multiReader)(nil)
bufio
bufio.go#L526: if r, ok := b.rd.(io.WriterTo); ok {
github.com/klauspost/compress/gzip
gunzip.go#L336: n, err := z.decompressor.(io.WriterTo).WriteTo(mw)
net
net.go#L711: _ io.WriterTo = (*Buffers)(nil)
net/http
http.go#L120: _ io.WriterTo = NoBody
transfer.go#L1080: io.WriterTo
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |