- Update import paths to github.com/oschwald/geoip2-golang/v2 - Handle API breaking changes (net.IP → netip.Addr, IsoCode → ISOCode) - Fix VERSION.md to match git tag (0.7.13) - Resolves CI failure in benchmark workflow
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...