MCPcopy Create free account
hub / github.com/goinaction/code / System

Struct System

chapter10/listing03/listing03.go:74–77  ·  view source on GitHub ↗

============================================================================= System wraps Xenia and Pillar together into a single system.

Source from the content-addressed store, hash-verified

72
73// System wraps Xenia and Pillar together into a single system.
74type System struct {
75 Xenia
76 Pillar
77}
78
79// =============================================================================
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected