package money import "github.com/shopspring/decimal" type Price struct { Amount decimal.Decimal Currency Currency }