Documentation ¶
Overview ¶
Package ioutil contains extensions and utilities for package io from the standard library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LimitError ¶
type LimitError struct { // Limit is the limit that triggered the error. Limit uint64 }
LimitError is returned when the Limit is reached.
func (*LimitError) Error ¶
func (err *LimitError) Error() (msg string)
Error implements the error interface for *LimitError.
Click to show internal directories.
Click to hide internal directories.