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

Struct customer

hellogo.go:123–127  ·  view source on GitHub ↗

----- STRUCTS -----

Source from the content-addressed store, hash-verified

121
122// ----- STRUCTS -----
123type customer struct {
124 name string
125 address string
126 bal float64
127}
128
129// This struct has a function associated
130type rectangle struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected