MCPcopy Create free account
hub / github.com/derekbanas/Go-Tutorial / HappySound

Method HappySound

hellogo.go:191–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189type Animal interface {
190 AngrySound()
191 HappySound()
192}
193
194// Define type with interface methods and its

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected