chore: initialize project with Go module and tooling

This commit is contained in:
2026-03-01 03:02:46 +08:00
commit 97ecd175a7
6 changed files with 320 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Binary
voicepaste
dist/
# Config (contains secrets)
config.yaml
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out