Commit Graph

3 Commits

Author SHA1 Message Date
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
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