MCPcopy Create free account
hub / github.com/derekbanas/Go-Tutorial / business

Struct business

hellogo.go:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154type business struct {
155 name string
156 address string
157 contact
158}
159
160func (b business) info() {
161 fmt.Printf("Contact at %s is %s %s\n", b.name, b.contact.fName, b.contact.lName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected