go-money
go-money copied to clipboard
Fixed GetCurrency to be case-insensitive
~~NewFromFloat did not support lowercase currency codes because it used getCurrencyByCode. As same as New(), fix to use newCurrency(code).get() instead.~~
Fixed GetCurrency to be case-insensitive so that it wouldn't fail at upper case.
And Add test case.