Created
September 27, 2018 21:32
-
-
Save comtom/ed0df3fcb07b34ec345786a9a91c1286 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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