diff --git a/doc/go1.13.html b/doc/go1.13.html index 13980ef539..23c31d0663 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -162,11 +162,11 @@ TODO
database/sql

- TODO: https://golang.org/cl/170699: add NullTime + The new NullTime type represents a time.Time that may be null.

- TODO: https://golang.org/cl/174178: add NullInt32 + The new NullInt32 type represents an int32 that may be null.