Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SafeWriter ¶
type SafeWriter struct {
// contains filtered or unexported fields
}
SafeWriter is a thread-safe wrapper for io.Writer
func NewSafeWriter ¶
func NewSafeWriter(writer io.Writer) (*SafeWriter, error)
NewSafeWriter creates and returns a new SafeWriter
Click to show internal directories.
Click to hide internal directories.