func io.ReadAll
7 uses
io (current package)
io.go#L709: func ReadAll(r Reader) ([]byte, error) {
github.com/coder/websocket
dial.go#L159: b, _ := io.ReadAll(r)
read.go#L47: b, err := io.ReadAll(r)
github.com/gotd/td/proto
gzip.go#L168: if g.Data, err = io.ReadAll(reader); err != nil {
github.com/gotd/td/session/tdesktop
file.go#L90: data, err := io.ReadAll(r)
net/http
request.go#L1283: b, e := io.ReadAll(reader)
net/textproto
reader.go#L451: return io.ReadAll(r.DotReader())
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |