Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeprecate mysql.NullTime #960
Open
Labels
Milestone
Comments
|
Or better: make I will submit a PR to implement this solution. |
|
Well, the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
database/sql will have a
NullTimetype from Go1.13 onward, which should be used instead: golang/go#30305