diff options
author | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
commit | d890eee1742dc3a0a1c787f7e65d40b1e81a94db (patch) | |
tree | b84dcf3c594d2f80ce6f71fae4300e5bfa63e1a1 /pipe_factory.go | |
parent | 5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (diff) |
Remove old rr imports
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 |