Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2019 Changes in this version + type Buffer struct + func (b *Buffer) Read(p []byte) (n int, err error) + func (b *Buffer) ReadString(delim byte) (line string, err error) + func (b *Buffer) String() string + func (b *Buffer) Write(p []byte) (n int, err error) + func (b *Buffer) WriteString(s string) (n int, err error)