gone是可以高效开发Web服务的Golang依赖注入框架
github地址:https://github.com/gone-io/gone
文档地址:https://goner.fun/zh/
错误处理
Gone中定义了三种错误类型:
- 普通错误
type Error interface {
error
Msg() string
Code() int
}
gone是可以高效开发Web服务的Golang依赖注入框架
github地址:https://github.com/gone-io/gone
文档地址:https://goner.fun/zh/
type Error interface {
error
Msg() string
Code() int
}