service.xpcool.com/common/doc.go
夏犀麟 4b3c00270f
Some checks failed
Build and Deploy (service.xpcool.com) / build-and-deploy (push) Failing after 31s
feat(i18n): 中文化校验提示与服务层错误信息
将 api 层校验规则提示语、service 层 gerror.Wrap 与 response.Error
错误信息、panic 未注册提示统一改为中文,并同步中文化 cmd 路由注释
与变更记录。仅涉及注释、文档与字符串改动,无业务逻辑变更。
2026-09-13 23:22:46 +08:00

11 lines
343 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package common 是 service.xpcool.com 的公共可复用模块。
//
// 仅包含与 internal/ 无关的代码——此处的内容可以
// 在仓库内跨服务共享,或日后抽取为独立库,
// 均无需改动业务代码。
//
// 当前结构:
//
// common/tools 公共工具集md5、cryptox、uuid 等)
package common