Commit Graph

14 Commits

Author SHA1 Message Date
ee3309164b 更新readme 2024-08-09 15:03:09 +08:00
d2bf98a710 实现更新功能 2024-08-09 14:57:41 +08:00
576ef0d31e 优化命令参数提示 2024-08-08 21:44:39 +08:00
f71ab54a56 create完成 2024-08-08 21:29:58 +08:00
liangzy
8235ef91cd feat(readme): add installation command for hertz_scaffold
Add a installation shell command in the README to facilitate users in
getting started with the hertz_scaffold by directly installing it usingthe provided go command.
2024-07-18 17:43:10 +08:00
liangzy
bef276638f feat(readme): add installation command for hertz_scaffold
Add a installation shell command in the README to facilitate users in
getting started with the hertz_scaffold by directly installing it usingthe provided go command.
2024-07-18 17:40:49 +08:00
liangzy
5c51ce0f20 feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:36:07 +08:00
liangzy
98344ffb3a feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:35:34 +08:00
liangzy
d36d10422c feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:35:19 +08:00
liangzy
1f05b680f8 feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:33:30 +08:00
liangzy
ace5162dc3 feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:32:07 +08:00
liangzy
7e88cd4d96 feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:21:37 +08:00
liangzy
a03430e03f feat(start): initialize project with Go scaffold
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores.
- Create `main.go` with initial "Hello, World!" implementation.
2024-07-18 17:18:45 +08:00
GaoreGo
21161bee1c Initial commit 2024-07-18 08:27:25 +00:00