mycurrencynet/iso/currency.go

11 lines
147 B
Go
Raw Normal View History

2022-12-06 21:56:03 +09:00
package iso
type ISOCurrency struct {
Name string
Code string
Number string
MinorUnit string
}
//go:generate go run generate.go