Skip to content

Instantly share code, notes, and snippets.

@prakashpandey
Last active January 13, 2019 18:36
Show Gist options
  • Save prakashpandey/a990c369aafe43fb626d8c151ce22926 to your computer and use it in GitHub Desktop.
Save prakashpandey/a990c369aafe43fb626d8c151ce22926 to your computer and use it in GitHub Desktop.
definetype in golang
// Rectangle struct implements Geometry and Color interface
type Rectangle struct {
length float32
breadth float32
color string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment