mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix input raw test and go fmt.
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user