Skip to content

Instantly share code, notes, and snippets.

@tomtsang
Created February 7, 2018 06:22
Show Gist options
  • Save tomtsang/bfe9abb1ea97ae57684254ce6eb090c4 to your computer and use it in GitHub Desktop.
Save tomtsang/bfe9abb1ea97ae57684254ce6eb090c4 to your computer and use it in GitHub Desktop.
golang-err-ok-pattern
if value, ok := readData(); ok {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment