This commit is contained in:
Alex Yatskov 2015-11-03 10:13:55 +09:00
parent 38632b1e4a
commit 0569c4eef6

View File

@ -62,7 +62,6 @@ func (gs *goldsmith) scanFs() {
}
s := gs.makeStage()
gs.stages = append(gs.stages, s)
go func() {
defer close(s.output)