mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-23 04:40:49 +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
|
// If Set to True, returns rounded fixed-point string with places digits after the decimal point
|
||||||
var MarshalJSONWithDecimalPlaces = false
|
var MarshalJSONWithDecimalPlaces = false
|
||||||
var MarshalJSONDecimalPlaces = 0
|
var MarshalJSONDecimalPlaces int32 = 0
|
||||||
|
|
||||||
// Zero constant, to make computations faster.
|
// Zero constant, to make computations faster.
|
||||||
var Zero = New(0, 1)
|
var Zero = New(0, 1)
|
||||||
|
|
Loading…
Reference in a new issue