go:generate mockgen -destination mock/concurrent_mock.go go.uber.org/mock/sample/concurrent Math
| 4 | //go:generate mockgen -destination mock/concurrent_mock.go go.uber.org/mock/sample/concurrent Math |
| 5 | |
| 6 | type Math interface { |
| 7 | Sum(a, b int) int |
| 8 | } |
no outgoing calls
no test coverage detected