Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryWriter ¶
type MemoryWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(size int, startSize int) *MemoryWriter
func (*MemoryWriter) Gzip ¶
func (m *MemoryWriter) Gzip(start string) ([]byte, error)
Gzip exports as GZip bytes
func (*MemoryWriter) Println ¶
func (m *MemoryWriter) Println(s string)
Click to show internal directories.
Click to hide internal directories.