MCPcopy
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
9type Cat struct {
10}
11
12func (c Cat) Speak() {
13 fmt.Println("Meow")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected