Files
goaiapi/tools/README.md
2026-06-03 14:09:58 +08:00

10 lines
578 B
Markdown
Raw Permalink 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.
# tools — 本地工具目录(预留)
存放与本项目相关、但不属于主源码模块的本地辅助工具(如一次性脚本、调试器、客户端样例、性能测试器等)。当前为空。
约定:
- 放进来的工具应自带说明(脚本头注释或子目录 README不要依赖本目录之外的隐式状态。
- 若某工具成长为长期组成部分,考虑迁入 `src/` 作为正式包,或独立成模块。
- 跨语言客户端样例可放在此处(如 `tools/py-client/`),契约从 `proto/` 生成,见 `proto/README.md`