chore: initialize Go module and project scaffold

This commit is contained in:
2026-06-10 00:48:33 +03:30
parent 9e8289dc85
commit cdc699d00b
6 changed files with 232 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Binaries
divad
*.exe
*.test
# Data
/data/
# Env
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Go
vendor/
*.cover.out