Skip to content

Instantly share code, notes, and snippets.

@akrennmair
Created July 5, 2011 21:27
type Amphibian struct {
Car
Boat
}
func NewAmphibian() Drivable {
a := new(Amphibian)
return a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment