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

Interface Animal

hellogo.go:189–192  ·  view source on GitHub ↗

----- INTERFACES -----

Source from the content-addressed store, hash-verified

187
188// ----- INTERFACES -----
189type Animal interface {
190 AngrySound()
191 HappySound()
192}
193
194// Define type with interface methods and its
195// own method

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected