wip
This commit is contained in:
parent
0fbf7335e4
commit
3cacaaad10
@ -13,7 +13,7 @@ type context struct {
|
||||
input, output chan *file
|
||||
}
|
||||
|
||||
func (ctx *context) chain() {
|
||||
func (ctx *context) step() {
|
||||
defer close(ctx.output)
|
||||
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user