This commit is contained in:
Carl Cudors 2018-10-14 17:59:12 +03:00
parent cbaf07db27
commit 6a23126cde

View file

@ -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)