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

Method HappySound

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

Source from the content-addressed store, hash-verified

208 pl("Cat says Hissssss")
209}
210func (c Cat) HappySound() {
211 pl("Cat says Purrr")
212}
213
214// ----- CONCURRENCY -----
215func printTo15() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected