Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
"fmt"
7
8
type
Dog
struct
{}
9
func
(this Dog) talk() { fmt.Printf(
"woof!\n"
)}
10
func
(this Dog) reproduce() {}
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected