package iso type ISOCurrency struct { Name string Code string Number string MinorUnit string } //go:generate go run generate.go