(dry bool)
| 26 | } |
| 27 | |
| 28 | func WithDry(dry bool) CheckerOption { |
| 29 | return func(config *CheckerConfig) { |
| 30 | config.dry = dry |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | func WithTempDir(tempDir string) CheckerOption { |
| 35 | return func(config *CheckerConfig) { |
no outgoing calls
no test coverage detected
searching dependent graphs…