golang内置接口error

type error interface { //只要实现了Error()函数,返回值为String的都实现了err接口
        Error()    String
}html

相关文章
相关标签/搜索