Skip to content

Commit d7128a5

Browse files
committed
chore: update
1 parent 8c74a72 commit d7128a5

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
[//]: # (y23m01p01-xxx 项目编号规则)
1717

18-
| Project Name | Desc | Rank |
19-
|:----------------------------------------------------|:------------------------|:-----|
20-
| ✅️ [learn-go](./packages/go101) | go 基础示例 | ⭐️⭐️ |
21-
| ✅️ [packages/try/go-zero](packages/try/go-zero) | go-zero 测试 demo, 功能验证 | xxx |
22-
| ✅️ [packages/try/go-kratos](packages/try/go-kratos) | go-kratos 测试 demo, 功能验证 | xxx |
23-
| ✅️ [xxx]() | xxx | xxx |
24-
| ✅️ [xxx]() | xxx | xxx |
25-
| ✅️ [xxx]() | xxx | xxx |
26-
| ✅️ [xxx]() | xxx | xxx |
27-
| ✅️ [xxx]() | xxx | xxx |
18+
| Project Name | Desc | Rank |
19+
|:---------------------------------------|:------------------------|:-----|
20+
| ✅️ [go-101](./packages/go-101) | go 基础示例 | ⭐️⭐️ |
21+
| ✅️ [go-zero](packages/try/go-zero) | go-zero 测试 demo, 功能验证 | xxx |
22+
| ✅️ [go-kratos](packages/try/go-kratos) | go-kratos 测试 demo, 功能验证 | xxx |
23+
| ✅️ [xxx]() | xxx | xxx |
24+
| ✅️ [xxx]() | xxx | xxx |
25+
| ✅️ [xxx]() | xxx | xxx |
26+
| ✅️ [xxx]() | xxx | xxx |
27+
| ✅️ [xxx]() | xxx | xxx |
2828

2929

3030
## Structures:

Taskfile.yml

+2
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,14 @@ tasks:
160160
- git merge origin/main
161161

162162
quick:
163+
aliases: [ "q" ]
163164
cmds:
164165
- task: commit
165166
# - task: pull
166167
# - task: push
167168

168169
commit:
170+
aliases: [ "c" ]
169171
cmds:
170172
- git add .
171173
- |
File renamed without changes.

0 commit comments

Comments
 (0)