Skip to content

Instantly share code, notes, and snippets.

@jasonmoo
Last active August 29, 2015 14:04
Show Gist options
  • Save jasonmoo/dba6fd349769ccb39b7b to your computer and use it in GitHub Desktop.
Save jasonmoo/dba6fd349769ccb39b7b to your computer and use it in GitHub Desktop.
type User struct {
_meta string `table:"user"`
Id int `column:"id"`
Name string `column:"name"`
Email string `column:"email"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment