6 lines
74 B
Go
6 lines
74 B
Go
package deals
|
|
|
|
type Money struct {
|
|
ValueCents int64
|
|
Currency string
|
|
}
|