Skip to content

Instantly share code, notes, and snippets.

@madflojo
Last active February 13, 2021 19:41
Show Gist options
  • Save madflojo/aba63fb0993c54229246f2fea40e1a06 to your computer and use it in GitHub Desktop.
Save madflojo/aba63fb0993c54229246f2fea40e1a06 to your computer and use it in GitHub Desktop.
Interfaces Article - Speak Interface
type Speak interface {
SayHello() string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment