Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncWriter ¶
type SyncWriter struct {
// contains filtered or unexported fields
}
SyncWriter wraps an io.Writer in a sync.Mutex.
func NewSyncWriter ¶
func NewSyncWriter(w io.Writer) *SyncWriter
Click to show internal directories.
Click to hide internal directories.