Created
November 8, 2023 04:55
-
-
Save jarrodhroberson/f007c60918a5bc3f8e87e4c74f6dede5 to your computer and use it in GitHub Desktop.
Native error interface definition.
This file contains 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
type error interface { | |
Error() string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment