Skip to content

Instantly share code, notes, and snippets.

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