Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygo-org/tinygo
/ Print
Method
Print
testdata/interface.go:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
func
(t Thing) Print() {
192
println(
"Thing.Print:"
, t.name)
193
}
194
195
type
Stringer
interface
{
196
String() string
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected