1 2 3 4 5 6 7
package encoding type encodingError string func (e encodingError) Error() string { return string(e) }