Bootstrap Go module and action skeleton

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Leon Mika 2026-05-02 09:40:04 +10:00
parent a155c3ab7a
commit b86a9dc9eb
4 changed files with 37 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Build output
/dist/
/bin/
# Go
*.test
*.out
# Editor
.idea/
.vscode/
.DS_Store