- Added .github/workflows/go-test.yml for automated CI testing using GitHub Actions
- Implemented unit tests for:
• utils/release.go (FetchLatestRelease)
• routes/builds.go (buildsHandler)
• routes/status.go (statusHandler)
- Ensured tests run with go test ./... -v -cover
- Included go vet and gofmt checks in the CI pipeline
- Improved project reliability and continuous integration setup
- Created a new proxy structure under NewProxy/ using the Gin web framework.
- Added main entry point (main.go) to register and run routes.
- Implemented new route handlers for:
> Status — monitors active downloads and total data transferred.
> Forward — handles proxy forwarding logic.
> Builds — manages build-related requests.