fix README
whoops
This commit is contained in:
parent
46376a4a3c
commit
79c5bd36b6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Nullable bool.
|
|||
|
||||
Will marshal to false if null. `false` produces a null Float. Null values and zero values are considered equivalent. Can unmarshal from `sql.NullBool` JSON input.
|
||||
|
||||
#### null.Time
|
||||
#### zero.Time
|
||||
|
||||
Will marshal to the zero time if null. Uses `time.Time`'s marshaler. Can unmarshal from `pq.NullTime` and similar JSON input.
|
||||
|
||||
|
|
Loading…
Reference in a new issue