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

Struct System

chapter10/listing01/listing01.go:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55// System wraps Xenia and Pillar together into a single system.
56type System struct {
57 Xenia
58 Pillar
59}
60
61// =============================================================================
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected