Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darjun/go-daily-lib
/ Cat
Struct
Cat
reflect/interface/main.go:9–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
type
Cat
struct
{
10
}
11
12
func
(c Cat) Speak() {
13
fmt.Println(
"Meow"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected