File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
基于 go + goframe 实现的 apijson
3
3
4
4
> ~~ 暂仍处于前期开发探索中, 请仅使用在 个人探索项目~~
5
+ >
5
6
> ~~ 目前处于 【下水阶段】, 欢迎测试、issue、建议、pr~~
7
+ >
6
8
> 目前处于 【摸石头阶段】, 欢迎测试、issue、建议、pr, 请勿使用在非个人的线上项目
7
9
8
10
[ RoadMap 阶段规划] ( ./@doc/roadmap.md )
9
11
10
12
# 快速体验
11
13
<a href =" https://gitpod.io/#https://github.com/glennliao/apijson-go " target =" _blank " ><img src =" https://gitpod.io/button/open-in-gitpod.svg " /> </a >
12
14
13
- 创建后 执行 @demo/todo /tests 下的 * _ test.go 访问测试
15
+ ~~ 创建后 执行 @demo/todo /tests 下的 * _ test.go 访问测试~~
14
16
15
17
16
18
# 使用指南
17
- 暂参考demo目录下的todo
19
+ ~~ 暂参考demo目录下的todo~~
18
20
19
21
## 文档参考
20
22
1 . [ Get开放查询] ( ./@doc/query.md )
21
23
2 . [ 非开放请求] ( ./@doc/action.md )
22
24
3 . [ 权限控制] ( ./@doc/access.md )
23
25
24
26
25
- # 开发指南
27
+ ~~ # 开发指南~~
26
28
1 . go >= 1.18
27
29
2 . 创建 mysql 数据库
28
30
3 . 导入 demo/todo/doc/todo.sql文件
Original file line number Diff line number Diff line change 2
2
基于 go + goframe 实现的 apijson
3
3
4
4
> ~~ 暂仍处于前期开发探索中, 请仅使用在 个人探索项目~~
5
+ >
6
+ > ~~ 目前处于 【下水阶段】, 欢迎测试、issue、建议、pr~~
7
+ >
8
+ > 目前处于 【摸石头阶段】, 欢迎测试、issue、建议、pr, 请勿使用在非个人的线上项目
5
9
6
- > 目前处于 【下水阶段】, 欢迎测试、issue、建议、pr
7
10
8
11
[ RoadMap 阶段规划] ( ./@doc/roadmap.md )
9
12
10
13
# 快速体验
11
14
<a href =" https://gitpod.io/#https://github.com/glennliao/apijson-go " target =" _blank " ><img src =" https://gitpod.io/button/open-in-gitpod.svg " /> </a >
12
15
13
- 创建后 执行 @demo/todo /tests 下的 * _ test.go 访问测试
16
+ ~~ 创建后 执行 @demo/todo /tests 下的 * _ test.go 访问测试~~
14
17
15
18
16
19
# 使用指南
17
- 暂参考demo目录下的todo
20
+ ~~ 暂参考demo目录下的todo~~
18
21
19
22
## 文档参考
20
23
1 . [ Get开放查询] ( ./@doc/query.md )
21
24
2 . [ 非开放请求] ( ./@doc/action.md )
22
25
3 . [ 权限控制] ( ./@doc/access.md )
23
26
24
27
25
- # 开发指南
28
+ ~~ # 开发指南~~
26
29
1 . go >= 1.18
27
30
2 . 创建 mysql 数据库
28
31
3 . 导入 @demo/todo /doc/todo.sql文件
You can’t perform that action at this time.
0 commit comments