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.
This commit is contained in:
liangzy 2024-07-18 17:21:37 +08:00
parent a03430e03f
commit 7e88cd4d96

View File

@ -1,4 +1,4 @@
package hertz_scaffold package main
import "fmt" import "fmt"