PatchMode specifies when to patch packages.
| 243 | |
| 244 | // PatchMode specifies when to patch packages. |
| 245 | type PatchMode string |
| 246 | |
| 247 | const ( |
| 248 | // PatchAuto automatically applies patches to fix known issues with |
no outgoing calls
no test coverage detected