//go:generate curl -o eum-registry.json https://euicc-manual.osmocom.org/docs/pki/eum/accredited.json When I run `go generate`, it fails to download `eum-registry.json` and always returns a 404 not found error. Could I get the latest EUM list?
//go:generate curl -o eum-registry.json https://euicc-manual.osmocom.org/docs/pki/eum/accredited.json
When I run
go generate, it fails to downloadeum-registry.jsonand always returns a 404 not found error.Could I get the latest EUM list?