PkgDiffer knows how to compare given packages.
| 243 | |
| 244 | // PkgDiffer knows how to compare given packages. |
| 245 | type PkgDiffer interface { |
| 246 | Diff(pkgs ...string) error |
| 247 | } |
| 248 | |
| 249 | type defaultPkgDiffer struct { |
| 250 | // DiffType specifies the type of changes to show |
no outgoing calls
no test coverage detected