- common/tools 工具模块,10 个子功能:md5/cryptox/uuid/random/timex/convertx/strx/slicex/ip/filex(薄封装 GoFrame 内置组件) - AGENTS.md 项目智能体说明书(架构、规范、命令、记忆体系索引) - docs/change-log/2026-08-24.md 本次请求与变更记录 - .gitignore 排除 .workbuddy/;PROJECT_STRUCTURE.md 补充目录树
11 lines
394 B
Go
11 lines
394 B
Go
// Package common is the public, reusable module of service.xpcool.com.
|
|
//
|
|
// It contains only code that is independent of internal/ — anything here can
|
|
// be shared across services inside the repository, or extracted into a
|
|
// standalone library later without touching business code.
|
|
//
|
|
// Current layout:
|
|
//
|
|
// common/tools shared utility toolbox (md5, cryptox, uuid, ...)
|
|
package common
|