mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
Bugfix
This commit is contained in:
parent
cbaf07db27
commit
6a23126cde
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var MarshalJSONWithoutQuotes = false
|
|||
|
||||
// If Set to True, returns rounded fixed-point string with places digits after the decimal point
|
||||
var MarshalJSONWithDecimalPlaces = false
|
||||
var MarshalJSONDecimalPlaces = 0
|
||||
var MarshalJSONDecimalPlaces int32 = 0
|
||||
|
||||
// Zero constant, to make computations faster.
|
||||
var Zero = New(0, 1)
|
||||
|
|
Loading…
Reference in a new issue