Created
August 21, 2018 04:59
-
-
Save plutov/ee8da8cb49ae124ea6b7e82990e38f4f to your computer and use it in GitHub Desktop.
working-with-db-nulls2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Customer struct { | |
ID int | |
Email string | |
Phone sql.NullString | |
Age sql.NullInt64 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment