MCPcopy
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

3import "fmt"
4
5type Animal interface {
6 Speak()
7}
8
9type Cat struct {
10}

Callers 1

mainFunction · 0.95

Implementers 3

Catreflect/interface/main.go
Dogreflect/interface/main.go
Catreflect/type-assert/main.go

Calls

no outgoing calls

Tested by

no test coverage detected