feat: base go mkiso

This commit is contained in:
2026-06-05 08:11:44 +07:00
commit 983667a76a
63 changed files with 5322 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Configuration with secrets
config.yaml
# ISO output files
*.iso
# Temp directories
/tmp/dicomdir_*
# Go build artifacts
mkiso-server
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db