WithFailfast tells the [Executor] whether or not to check the version of
(failfast bool)
| 624 | |
| 625 | // WithFailfast tells the [Executor] whether or not to check the version of |
| 626 | func WithFailfast(failfast bool) ExecutorOption { |
| 627 | return &failfastOption{failfast} |
| 628 | } |
| 629 | |
| 630 | type failfastOption struct { |
| 631 | failfast bool |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…