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:34 +08:00
parent d36d10422c
commit 98344ffb3a

2
.gitignore vendored
View File

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