Skip to content

Instantly share code, notes, and snippets.

@yutakahashi114
Created January 19, 2020 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakahashi114/2b5fd65b566c6180715b5a1b7a7c0279 to your computer and use it in GitHub Desktop.
Save yutakahashi114/2b5fd65b566c6180715b5a1b7a7c0279 to your computer and use it in GitHub Desktop.
u := user{}
count, err := engine.Count(&u2)
if err != nil {
log.Println(err)
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment