This commit is contained in:
Leonid Bugaev
2016-12-19 14:22:41 +03:00
16 changed files with 350 additions and 140 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func Start(stop chan int) {
middleware.ReadFrom(in)
}
// We going only to read responses, so using same ReadFrom method
// We are going only to read responses, so using same ReadFrom method
for _, out := range Plugins.Outputs {
if r, ok := out.(io.Reader); ok {
middleware.ReadFrom(r)