Skip to content

Instantly share code, notes, and snippets.

@iansmith
Created March 4, 2020 01:37
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 iansmith/38c23cd0259fac68fd34c705fd7cce98 to your computer and use it in GitHub Desktop.
Save iansmith/38c23cd0259fac68fd34c705fd7cce98 to your computer and use it in GitHub Desktop.
type Animal interface { //new and improved!
NumberOfLegs() int
Genus() string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment