Prices currently have the schema {"amount":100,"currency":"USD"}. This is a package implementation and should be abstracted from the user.
Build a parser which accepts currency as $1.00 or £1.00 and builds a money.Money struct for go-money.
Prices currently have the schema `{"amount":100,"currency":"USD"}`. This is a package implementation and should be abstracted from the user.
Build a parser which accepts currency as `$1.00` or `£1.00` and builds a `money.Money` struct for `go-money`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Prices currently have the schema
{"amount":100,"currency":"USD"}. This is a package implementation and should be abstracted from the user.Build a parser which accepts currency as
$1.00or£1.00and builds amoney.Moneystruct forgo-money.