Update README_ZH.md (#93)

This commit is contained in:
mjlzz 2023-06-08 08:10:55 +08:00 committed by GitHub
parent f8546cf291
commit f05ec7edb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,8 +150,8 @@ eagle new github.com/foo/bar
## 📖 开发规约
- [配置说明](https://github.com/go-eagle/eagle/blob/master/conf)
- [错误码设计](https://github.com/go-eagle/eagle/tree/master/pkg/errno)
- [配置说明](https://github.com/go-eagle/eagle/blob/master/config)
- [错误码设计](https://github.com/go-eagle/eagle/tree/master/pkg/errcode)
- [service 的使用规则](https://github.com/go-eagle/eagle/blob/master/internal/service)
- [repository 的使用规则](https://github.com/go-eagle/eagle/blob/master/internal/repository)
- [cache 使用说明](https://github.com/go-eagle/eagle/blob/master/pkg/cache)