Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
func
newCustAdd(c *customer, address string) {
144
c.address = address
145
}
146
147
// Struct composition : Putting a struct in another
148
type
contact
struct
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected