Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
type
geometry
interface
{
13
area() float64
14
perim() float64
15
}
16
17
// For our example we'll implement this interface on
Callers
2
main
Function · 0.65
measure
Function · 0.65
Implementers
3
rect
examples/methods/methods.go
rect
examples/interfaces/interfaces.go
circle
examples/interfaces/interfaces.go
Calls
no outgoing calls
Tested by
no test coverage detected