Initial release of queue package

This commit is contained in:
Кобелев Андрей Андреевич
2025-10-10 22:50:00 +05:00
commit e3c9643d05
9 changed files with 896 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# macOS system files
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go workspace cache and temporary files
bin/
build/
dist/
*.log
*.tmp
# Go module and sum caches
vendor/
go.work
go.work.sum
# IDE/editor stuff
.vscode/
.idea/
*.swp
*.swo
# Gitea/Git internal junk
*.orig
*.bak
# Coverage and benchmark outputs
coverage.out
bench.txt
# System hidden files
ehthumbs.db
Thumbs.db