hertz 脚 手架
Go to file
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
vendor feat(start): initialize project with Go scaffold 2024-07-18 17:32:07 +08:00
.gitignore feat(start): initialize project with Go scaffold 2024-07-18 17:35:19 +08:00
go.mod feat(start): initialize project with Go scaffold 2024-07-18 17:32:07 +08:00
go.sum feat(start): initialize project with Go scaffold 2024-07-18 17:32:07 +08:00
LICENSE Initial commit 2024-07-18 08:27:25 +00:00
main.go feat(start): initialize project with Go scaffold 2024-07-18 17:33:30 +08:00
README.md Initial commit 2024-07-18 08:27:25 +00:00

hertz_scaffold

hertz 脚 手架