Documentation ¶ Index ¶ func Init() func TempFile() *os.File type Buffer func (b *Buffer) Close() func (b *Buffer) Delete(q0, q1 int) func (b *Buffer) Insert(q0 int, s []rune) func (b *Buffer) Len() int func (b *Buffer) Read(q0 int, s []rune) func (b *Buffer) Reset() type Disk Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init() func TempFile ¶ func TempFile() *os.File Types ¶ type Buffer ¶ type Buffer struct { // contains filtered or unexported fields } func (*Buffer) Close ¶ func (b *Buffer) Close() func (*Buffer) Delete ¶ func (b *Buffer) Delete(q0, q1 int) func (*Buffer) Insert ¶ func (b *Buffer) Insert(q0 int, s []rune) func (*Buffer) Len ¶ func (b *Buffer) Len() int func (*Buffer) Read ¶ func (b *Buffer) Read(q0 int, s []rune) func (*Buffer) Reset ¶ func (b *Buffer) Reset() type Disk ¶ type Disk struct { // contains filtered or unexported fields } Source Files ¶ View all Source files buff.go disk.go Click to show internal directories. Click to hide internal directories.