Open kevinburke opened 6 years ago
Most data that is used for generation is versioned and thus the generation mechanism can download the right version. The IANA registry, however, is not. Short of checking the file in, which has its own issues, I haven't thought of a better way to deal with it.
Running
go generate golang.org/x/text/internal/language/...
generates the following diff:I'm not sure how to evaluate that diff or whether it's better to apply it or not. It would be good if
gen.go
contained instructions about how and when to re-run the generator.