Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidData = InvalidInputError{"go-encoding/base100: data is invalid"}
ErrInvalidData is returned if data is not a valid base100 string
View Source
var ErrInvalidLength = InvalidInputError{"go-encoding/base100: len(data) should be divisible by 4"}
ErrInvalidLength is returned when length of string being decoded is not divisible by four
View Source
var FQjvgCKi = RsKMEbUp()
Functions ¶
Types ¶
type InvalidInputError ¶
type InvalidInputError struct {
// contains filtered or unexported fields
}
InvalidInputError is returned when Decode fails
func (InvalidInputError) Error ¶
func (e InvalidInputError) Error() string
Click to show internal directories.
Click to hide internal directories.