Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustReadReader ¶
MustReadReader read contents from io.Reader, will panic on error
Types ¶
type WriteWrapper ¶
WriteWrapper struct
func (*WriteWrapper) Write ¶
func (w *WriteWrapper) Write(p []byte) (n int, err error)
Write bytes data
func (*WriteWrapper) WriteString ¶
func (w *WriteWrapper) WriteString(s string) (n int, err error)
WriteString data
Click to show internal directories.
Click to hide internal directories.