type bytes.Buffer (struct)
Method Implmentations (15 other methods implement nothing)
	Read(p []byte) (n int, err error)
		*Buffer.M : compress/flate.Reader.Read
		*Buffer.M : io.Reader.Read
		*Buffer.M : io.ReadWriter.Read
		*Buffer.M : net/http.http2pipeBuffer.Read
	ReadByte() (byte, error)
		*Buffer.M : compress/flate.Reader.ReadByte
		*Buffer.M : io.ByteReader.ReadByte
		*Buffer.M : io.ByteScanner.ReadByte
	ReadRune() (r rune, size int, err error)
		*Buffer.M : io.RuneReader.ReadRune
		*Buffer.M : io.RuneScanner.ReadRune
	String() string
		*Buffer.M : fmt.Stringer.String
		*Buffer.M : context.stringer.String
		*Buffer.M : runtime.stringer.String
	Write(p []byte) (n int, err error)
		*Buffer.M : internal/bisect.Writer.Write
		*Buffer.M : io.ReadWriter.Write
		*Buffer.M : io.Writer.Write
		*Buffer.M : crypto/tls.transcriptHash.Write
		*Buffer.M : net/http.http2pipeBuffer.Write
	WriteString(s string) (n int, err error)
		*Buffer.M : io.StringWriter.WriteString
		*Buffer.M : net/http.http2stringWriter.WriteString
|  | The pages are generated with Golds v0.7.6. (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. |