Skip to content

Instantly share code, notes, and snippets.

@hami9x
Created May 10, 2014 11:29
Show Gist options
  • Save hami9x/e78c160d73bea2a3f00c to your computer and use it in GitHub Desktop.
Save hami9x/e78c160d73bea2a3f00c to your computer and use it in GitHub Desktop.
example
if user := gSiteData.User(); user == nil {
http.Get(serverUrl("/auth")).Success(func(user model.User, status int) {
gSiteData.SetUser(user)
})
} else {
return user
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment