We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c97f32 commit 5a40c1cCopy full SHA for 5a40c1c
readme.md
@@ -1,12 +1,11 @@
1
2
# cookiecutter-go
3
4
-- boilerplate, go project starter.
+- [x] boilerplate, go project starter with `go-zero/gin/go-micro`.
5
- [x] go 微服务(`go-zero/gin/go-micro`)项目目录生成工具/脚手架.
6
- [x] 基于 [cookiecutter](https://github.com/cookiecutter/cookiecutter) 实现.
7
8
9
-
10
## Feature:
11
12
@@ -19,7 +18,7 @@
19
18
- [x] [gin](https://github.com/gin-gonic/gin)
20
- [x] [go-micro](https://github.com/asim/go-micro)
21
- [x] 可单个使用, 也可同时组合使用
22
-- usage:
+- [x] usage:
23
- [x] 先创建 `mono-repo` 根目录
24
- [x] 切换到 `app/` 下, 创建 `single app` 单个微服务目录.
25
0 commit comments