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

Method AngrySound

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

Source from the content-addressed store, hash-verified

205}
206
207func (c Cat) AngrySound() {
208 pl("Cat says Hissssss")
209}
210func (c Cat) HappySound() {
211 pl("Cat says Purrr")
212}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected