Skip to content

Instantly share code, notes, and snippets.

@frewsxcv
Created October 1, 2013 01:00
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 frewsxcv/6772538 to your computer and use it in GitHub Desktop.
Save frewsxcv/6772538 to your computer and use it in GitHub Desktop.
func update(a string, b string) (error) {
return foo := model.MethodA(a)
|| bar := model.MethodB(b)
|| model.CheckStuffA(foo, bar)
|| model.CheckStuffB(foo, bar)
|| model.Update(foo, bar)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment