fix README

whoops
This commit is contained in:
Greg 2015-10-24 19:10:46 +09:00
parent 46376a4a3c
commit 79c5bd36b6

View file

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