Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derekbanas/Go-Tutorial
/ info
Method
info
hellogo.go:160–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(b business) info() {
161
fmt.Printf(
"Contact at %s is %s %s\n"
, b.name, b.contact.fName, b.contact.lName)
162
}
163
164
// ----- DEFINED TYPES -----
165
// I'll define different cooking measurement types
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected