func io.ReadAll
8 uses
io (current package)
io.go#L701: func ReadAll(r Reader) ([]byte, error) {
io/ioutil
ioutil.go#L27: return io.ReadAll(r)
github.com/gotd/td/internal/proto
gzip.go#L168: if g.Data, err = io.ReadAll(reader); err != nil {
github.com/gotd/td/session/tdesktop
file.go#L83: data, err := io.ReadAll(r)
net/http
request.go#L1237: b, e := io.ReadAll(reader)
net/textproto
reader.go#L425: return io.ReadAll(r.DotReader())
nhooyr.io/websocket
dial.go#L144: b, _ := io.ReadAll(r)
read.go#L48: b, err := io.ReadAll(r)
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. |