diff options
Diffstat (limited to 'pipe_factory.go')
-rwxr-xr-x | pipe_factory.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pipe_factory.go b/pipe_factory.go index 15f38e42..76a3780e 100755 --- a/pipe_factory.go +++ b/pipe_factory.go @@ -11,8 +11,7 @@ import ( // PipeFactory connects to stack using standard // streams (STDIN, STDOUT pipes). -type PipeFactory struct { -} +type PipeFactory struct{} // NewPipeFactory returns new factory instance and starts // listening |