npx skills add https://github.com/mindrally/skills --skill go-backend-microservices保持模块化的项目结构,目录清晰:
project/
├── cmd/ # 应用程序入口点
├── internal/ # 私有应用程序代码
├── pkg/ # 公共库代码
├── api/ # API 定义(OpenAPI, protobuf)
├── configs/ # 配置文件
└── test/ # 额外的测试工具
fmt.Errorf("context: %w", err)实现 OpenTelemetry 以实现全面的可观测性:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每周安装数
110
仓库
GitHub 星标数
42
首次出现
2026年1月25日
安全审计
安装于
gemini-cli93
opencode92
cursor87
codex86
claude-code83
github-copilot83
Maintain modular project structure with clear directories:
project/
├── cmd/ # Application entry points
├── internal/ # Private application code
├── pkg/ # Public library code
├── api/ # API definitions (OpenAPI, protobuf)
├── configs/ # Configuration files
└── test/ # Additional test utilities
fmt.Errorf("context: %w", err)Implement OpenTelemetry for comprehensive observability:
Weekly Installs
110
Repository
GitHub Stars
42
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli93
opencode92
cursor87
codex86
claude-code83
github-copilot83
Go测试最佳实践指南:编写清晰可维护的Go测试代码规范
362 周安装