MCPcopy Create free account
hub / github.com/mmcgrana/gobyexample / perim

Method perim

examples/interfaces/interfaces.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type geometry interface {
13 area() float64
14 perim() float64
15}
16
17// For our example we'll implement this interface on

Callers 2

mainFunction · 0.65
measureFunction · 0.65

Implementers 3

rectexamples/methods/methods.go
rectexamples/interfaces/interfaces.go
circleexamples/interfaces/interfaces.go

Calls

no outgoing calls

Tested by

no test coverage detected