Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntMaxReduce ¶
IntMaxReduce returns the maximum integer in given sequence and given number.
Types ¶
type ErrWriter ¶
type ErrWriter struct {
// contains filtered or unexported fields
}
ErrWriter does buffered output with deferred error check.
func NewErrWriter ¶
NewErrWriter creates a new ErrWriter that writes to given Writer.
func (*ErrWriter) Flush ¶
func (ewriter *ErrWriter) Flush()
Flush flushes the internal buffer. It does nothing if Err is not nil.
func (*ErrWriter) WriteString ¶
WriteString writes given string. It does nothing if Err is not nil.
Click to show internal directories.
Click to hide internal directories.