We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type error interface { Error() string }
功能说明:
error 内建接口类型是表示错误情况的约定接口,nil 值即表示没有错误。