func io.ReadAll
5 uses
io (current package)
io.go#L626: func ReadAll(r Reader) ([]byte, error) {
io/ioutil
ioutil.go#L27: return io.ReadAll(r)
go/parser
interface.go#L38: return io.ReadAll(s)
net/http
request.go#L1207: b, e := io.ReadAll(reader)
net/textproto
reader.go#L428: return io.ReadAll(r.DotReader())
![]() |
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. |