Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darjun/go-daily-lib
/ Animal
Interface
Animal
reflect/interface/main.go:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"fmt"
4
5
type
Animal
interface
{
6
Speak()
7
}
8
9
type
Cat
struct
{
10
}
Callers
1
main
Function · 0.95
Implementers
3
Cat
reflect/interface/main.go
Dog
reflect/interface/main.go
Cat
reflect/type-assert/main.go
Calls
no outgoing calls
Tested by
no test coverage detected