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:35:19 +08:00
parent 1f05b680f8
commit d36d10422c

2
.gitignore vendored
View File

@ -28,4 +28,4 @@ gen
# Go workspace file
go.work
./bin