MCPcopy Create free account
hub / github.com/PacktPublishing/System-Programming-Essentials-with-Go / Person

Struct Person

ch8/arena_example/main.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Person struct {
9 Name string
10 Age int
11}
12
13func main() {
14 // Create a new arena

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected