()
| 31 | func nthFile(n int) string { return fmt.Sprintf("file.%02d", n) } |
| 32 | |
| 33 | func (o *customOutput) Stats() baker.OutputStats { return baker.OutputStats{} } |
| 34 | func (o *customOutput) CanShard() bool { return false } |
| 35 | |
| 36 | func (o *customOutput) Run(in <-chan baker.OutputRecord, upch chan<- string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected