Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/derekbanas/Go-Tutorial
/ Area
Method
Area
hellogo.go:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
func
(r rectangle) Area() float64 {
135
return
r.length * r.height
136
}
137
138
// Customer passed as values
139
func
getCustInfo(c customer) {
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected