summaryrefslogtreecommitdiff
path: root/internal/discovery/discovery_embed.go
AgeCommit message (Collapse)Author
2023-03-01Format: Run black and gofumptjwijenbergh
2023-02-27Discovery: Fix embedding preamblejwijenbergh
2023-02-27Discovery: Conditionally embed latest discovery files for local cachejwijenbergh
Conditionally embedding based on https://github.com/golang/go/issues/44484#issuecomment-948137497 To use it, wget the discovery files into the internal/discovery folder (same JSON name) after verifying the signature. Then build with -tags=release