Fix missing utils package for fresh clones

- Remove aggregator-server/internal/utils/ from gitignore
- Add utils/version.go with version comparison functions
- Resolves 'does not contain package' error when cloning from GitHub
This commit is contained in:
Fimeg
2025-10-29 12:08:30 -04:00
parent b34a8f461b
commit 0d591e2e21
2 changed files with 53 additions and 1 deletions

1
.gitignore vendored
View File

@@ -273,7 +273,6 @@ dev/
# Development packages and scripts
aggregator-agent/pkg/
aggregator-server/scripts/
aggregator-server/internal/utils/
# Build artifacts
*.tar.gz