Skip to content

Instantly share code, notes, and snippets.

@ankur22
Created May 30, 2020 14:02
Show Gist options
  • Save ankur22/0e6659d425de03e4299f7c90614965b3 to your computer and use it in GitHub Desktop.
Save ankur22/0e6659d425de03e4299f7c90614965b3 to your computer and use it in GitHub Desktop.
Example of a embedded interface which defines its own functions too
type doerAndValidator interface {
doer
validator
doSomething(string)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment