describedToolSet is a stubToolSet with a stable user-visible description, so tests can assert which toolset a warning attributes a tool to.
| 49 | // describedToolSet is a stubToolSet with a stable user-visible description, |
| 50 | // so tests can assert which toolset a warning attributes a tool to. |
| 51 | type describedToolSet struct { |
| 52 | stubToolSet |
| 53 | |
| 54 | desc string |
| 55 | } |
| 56 | |
| 57 | var _ tools.Describer = (*describedToolSet)(nil) |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected