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

Function newCustAdd

hellogo.go:143–145  ·  view source on GitHub ↗
(c *customer, address string)

Source from the content-addressed store, hash-verified

141}
142
143func newCustAdd(c *customer, address string) {
144 c.address = address
145}
146
147// Struct composition : Putting a struct in another
148type contact struct {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected