Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import
"unicode"
6
7
type
Thing
struct
{
8
name string
9
}
10
11
func
(t Thing) String() string {
12
return
t.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected