Initial commit

This commit is contained in:
2026-01-19 12:12:29 +07:00
commit 2072052437
42 changed files with 5450 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Output of the go coverage tool
*.coverprofile
# Logs
*.log
# Dependency directories (vendor for non-Go modules)
vendor/
# Go workspace file (for Go 1.18+ workspaces)
go.work
go.work.sum
.env
# IDE/editor configs
.idea/
.vscode/
*.swp
*.swo
*.bak
# OS-specific junk
.DS_Store
Thumbs.db
server
# Module cache (if you're using GOPATH, which is rare now)
Godeps/