Initial commit

This commit is contained in:
Pavel Pivovarov
2025-12-12 11:15:02 +11:00
parent 21899457fd
commit 50a439a499
9 changed files with 830 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Binaries
tell-me
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db