Skip to content

Instantly share code, notes, and snippets.

@comtom
Created September 27, 2018 21:32
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 comtom/ed0df3fcb07b34ec345786a9a91c1286 to your computer and use it in GitHub Desktop.
Save comtom/ed0df3fcb07b34ec345786a9a91c1286 to your computer and use it in GitHub Desktop.
func returnsError() error {
if bad() {
return ErrBad
}
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment