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

Struct Data

chapter10/listing03/listing03.go:19–21  ·  view source on GitHub ↗

============================================================================= Data is the structure of the data we are copying.

Source from the content-addressed store, hash-verified

17
18// Data is the structure of the data we are copying.
19type Data struct {
20 Line string
21}
22
23// =============================================================================
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected