package iox import ( `errors` ) var ( ErrBufTooSmall error = errors.New("buffer too small; buffer size must be > 0") )