MCPcopy Index your code
hub / github.com/derekbanas/Go-Tutorial / AngrySound

Method AngrySound

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

Source from the content-addressed store, hash-verified

188// ----- INTERFACES -----
189type Animal interface {
190 AngrySound()
191 HappySound()
192}
193

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected