Fix input raw test and go fmt.

This commit is contained in:
Arijit Das
2020-06-11 20:34:09 +05:30
parent 73e26d48d9
commit e9bbc252e0
4 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func (e *emitter) Start(plugins *InOutPlugins, middlewareCmd string) {
func (e *emitter) close() {
select {
case <- e.quit:
case <-e.quit:
default:
close(e.quit)
}