diff options
Diffstat (limited to 'protocol.go')
-rw-r--r-- | protocol.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol.go b/protocol.go index b00eb2a4..486f1055 100644 --- a/protocol.go +++ b/protocol.go @@ -2,9 +2,10 @@ package roadrunner import ( "fmt" + "os" + json "github.com/json-iterator/go" "github.com/spiral/goridge/v2" - "os" ) type stopCommand struct { |