Some checks failed
Build and Deploy (service.xpcool.com) / build-and-deploy (push) Failing after 31s
将 api 层校验规则提示语、service 层 gerror.Wrap 与 response.Error 错误信息、panic 未注册提示统一改为中文,并同步中文化 cmd 路由注释 与变更记录。仅涉及注释、文档与字符串改动,无业务逻辑变更。
11 lines
343 B
Go
11 lines
343 B
Go
// Package common 是 service.xpcool.com 的公共可复用模块。
|
||
//
|
||
// 仅包含与 internal/ 无关的代码——此处的内容可以
|
||
// 在仓库内跨服务共享,或日后抽取为独立库,
|
||
// 均无需改动业务代码。
|
||
//
|
||
// 当前结构:
|
||
//
|
||
// common/tools 公共工具集(md5、cryptox、uuid 等)
|
||
package common
|