Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrBadFormat ¶
type ErrBadFormat struct {
// contains filtered or unexported fields
}
错误:目标解码无法找到
func NewErrBadFormat ¶
func NewErrBadFormat() ErrBadFormat
type ErrCharNotFound ¶
type ErrCharNotFound struct {
Char string
}
错误:目标字符无法找到
func (ErrCharNotFound) Error ¶
func (e ErrCharNotFound) Error() string
type ErrIndexNotFound ¶
type ErrIndexNotFound struct {
Index int
}
错误:目标index无法找到
func (ErrIndexNotFound) Error ¶
func (e ErrIndexNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.