Skip to content

Instantly share code, notes, and snippets.

@chardos
Created January 23, 2019 00:32
Show Gist options
  • Save chardos/04c2a43df02e4b9f042da79a87c7daa6 to your computer and use it in GitHub Desktop.
Save chardos/04c2a43df02e4b9f042da79a87c7daa6 to your computer and use it in GitHub Desktop.
func (r rect) perim() float64 {
return 2*r.width + 2*r.height
}
// This means implementing perim on rect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment