- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DataErrReader (0.06 sec)
-
src/bufio/bufio_test.go
fn func(io.Reader) io.Reader } var readMakers = []readMaker{ {"full", func(r io.Reader) io.Reader { return r }}, {"byte", iotest.OneByteReader}, {"half", iotest.HalfReader}, {"data+err", iotest.DataErrReader}, {"timeout", iotest.TimeoutReader}, } // Call ReadString (which ends up calling everything else) // to accumulate the text of a file. func readLines(b *Reader) string { s := "" for {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
api/go1.txt
pkg testing, type InternalTest struct pkg testing, type InternalTest struct, F func(*T) pkg testing, type InternalTest struct, Name string pkg testing, type T struct pkg testing/iotest, func DataErrReader(io.Reader) io.Reader pkg testing/iotest, func HalfReader(io.Reader) io.Reader pkg testing/iotest, func NewReadLogger(string, io.Reader) io.Reader pkg testing/iotest, func NewWriteLogger(string, io.Writer) io.Writer
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)