Skip to content

Instantly share code, notes, and snippets.

@plutov
Created August 21, 2018 04:59
Show Gist options
  • Save plutov/ee8da8cb49ae124ea6b7e82990e38f4f to your computer and use it in GitHub Desktop.
Save plutov/ee8da8cb49ae124ea6b7e82990e38f4f to your computer and use it in GitHub Desktop.
working-with-db-nulls2
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