- 博客(1)
- 收藏
- 关注
原创 谈谈Golang的Error
总结一:Golang的Error\这个包是golang内置的error的包,errors包相关源码:package errors// New returns an error that formats as the given text.// Each call to New returns a distinct error value even if the text is identical.func New(text string) error { return &erro
2022-01-24 20:21:11
3980
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人