Compare commits

...

2 Commits

Author SHA1 Message Date
liangzy
98344ffb3a 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:34 +08:00
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

2
.gitignore vendored
View File

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