Skip to content

Instantly share code, notes, and snippets.

@jasonmoo
Last active August 29, 2015 14:04
Show Gist options
  • Save jasonmoo/d748d0ef0ddd6bfeb0f7 to your computer and use it in GitHub Desktop.
Save jasonmoo/d748d0ef0ddd6bfeb0f7 to your computer and use it in GitHub Desktop.
user := new(User)
err = db.Find(user, "WHERE email = ?", email)
if err != nil {
return err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment