MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / Dog

Struct Dog

staticchecking/dogsandrobots.go:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import "fmt"
7
8type Dog struct {}
9func (this Dog) talk() { fmt.Printf("woof!\n")}
10func (this Dog) reproduce() {}
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected