SweetInterface is a sweet interface
| 83 | |
| 84 | // SweetInterface is a sweet interface |
| 85 | type SweetInterface interface { |
| 86 | Cats() int |
| 87 | } |
| 88 | |
| 89 | // Cats they allways fallback on their legs |
| 90 | type Cats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…