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:
parent
d36d10422c
commit
98344ffb3a
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,4 +28,4 @@ gen
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
./bin
|
/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user