snaker
This commit is contained in:
parent
4d3aeafa9a
commit
be05e9f26f
|
@ -40,7 +40,7 @@ type Snaker interface {
|
|||
|
||||
func grope(id int, thing interface{}) {
|
||||
switch thing.(type) {
|
||||
case Trunker:
|
||||
case Snaker:
|
||||
log.Printf("man %d: this thing is like a thick snake", id)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue