Skip to content

Instantly share code, notes, and snippets.

@ghais
Created May 6, 2011 00:52
Show Gist options
  • Save ghais/958268 to your computer and use it in GitHub Desktop.
Save ghais/958268 to your computer and use it in GitHub Desktop.
type Foo interface {
GetFoo() string
}
type Bar struct {
Foo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment