chore: scaffold Go project layout

This commit is contained in:
2026-05-22 11:16:23 +02:00
parent ef14465314
commit 1ca9f5296a
4 changed files with 39 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Binaries
/bin/
*.exe
*.dll
*.so
*.dylib
# Test binary, output of `go test -c`
*.test
# Coverage
*.out
coverage.html
# IDE
.idea/
.vscode/
*.swp
# Local env files
.env
.env.local