MCPcopy
hub / github.com/tinygo-org/tinygo / Thing

Struct Thing

src/examples/test/test.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import "unicode"
6
7type Thing struct {
8 name string
9}
10
11func (t Thing) String() string {
12 return t.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected