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

Struct Thing

testdata/interface.go:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183type Thing struct {
184 name string
185}
186
187func (t Thing) String() string {
188 return t.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected