CustomInterface some interface
| 2 | |
| 3 | // CustomInterface some interface |
| 4 | type CustomInterface interface { |
| 5 | Error() string |
| 6 | } |
| 7 | |
| 8 | // Errors errors and interfaces |
| 9 | type Errors struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…