Forgot to close the channel :X
This commit is contained in:
parent
bcb643ee78
commit
12d59d5cb6
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ func (em Table) Iterate(str string) <-chan Fragment {
|
||||||
Rune: r,
|
Rune: r,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
close(c)
|
||||||
}()
|
}()
|
||||||
return c
|
return c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue