Skip to content

Instantly share code, notes, and snippets.

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