Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncBuffer ¶
type SyncBuffer struct {
// contains filtered or unexported fields
}
func MakeSyncBuffer ¶
func MakeSyncBuffer() *SyncBuffer
func MakeSyncBufferFromReader ¶
func MakeSyncBufferFromReader(r io.Reader) *SyncBuffer
spawns a goroutine to copy the reader to the buffer
func (*SyncBuffer) String ¶
func (s *SyncBuffer) String() string
Click to show internal directories.
Click to hide internal directories.