bytes.Reader.Size (method)

one use

	bytes (current package)
		reader.go#L36: func (r *Reader) Size() int64 { return int64(len(r.s)) }