gofmt
This commit is contained in:
parent
25ed921736
commit
1ea8a24224
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ type (
|
|||
PyTimestamp time.Time
|
||||
|
||||
// KeepZero is a special float that keeps the trailing zero on marshal
|
||||
KeepZero float64
|
||||
KeepZero float64
|
||||
)
|
||||
|
||||
func (f KeepZero) MarshalJSON() ([]byte, error) {
|
||||
|
|
Loading…
Reference in a new issue