chore: import 分组规范 + 文档同步 + config 修复
This commit is contained in:
@@ -128,7 +128,6 @@ func NewInternalError(message string, err error) *AppError {
|
||||
// 注意:原此处的 Is/As/Wrap 函数(透传标准库)已删除。
|
||||
// 请直接使用标准库 errors.Is / errors.As / fmt.Errorf。
|
||||
|
||||
|
||||
// YggdrasilErrorResponse Yggdrasil协议标准错误响应格式
|
||||
type YggdrasilErrorResponse struct {
|
||||
Error string `json:"error"` // 错误的简要描述(机器可读)
|
||||
|
||||
Reference in New Issue
Block a user