doc
This commit is contained in:
parent
9db15a648b
commit
25ed921736
1 changed files with 3 additions and 0 deletions
|
@ -10,7 +10,10 @@ import (
|
|||
)
|
||||
|
||||
type (
|
||||
// PyTimeStamp is a python-style long nano timestamp
|
||||
PyTimestamp time.Time
|
||||
|
||||
// KeepZero is a special float that keeps the trailing zero on marshal
|
||||
KeepZero float64
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue