官网: https://blog.golang.org/error-handling-and-go
- error对于常用类型,可以转换成某种interface去查里面具体错误。
- 对于repetive的error handling,可以做个wrap去handle统一的error,不过我个人觉得不是那么试用,很难有一个函数全部是一种类型的错误吧。不过这种是不是设计模式里的装饰者模式?
待读:
https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully
https://mijailovic.net/2017/05/09/error-handling-patterns-in-go/
有疑问加站长微信联系(非本文作者)