summaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-20 18:15:41 +0300
committerValery Piashchynski <[email protected]>2020-03-20 18:15:41 +0300
commit96e6686c5fa55e5b055fe3d7a4635e272e69c3ac (patch)
treeeb8b7f243db993351bb7867de4f0a732b03a7a98 /protocol.go
parentca497b21bcc33361867d16e1709c55f0313128a7 (diff)
Replace std json package with github.com/json-iterator/go
Diffstat (limited to 'protocol.go')
-rw-r--r--protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.go b/protocol.go
index 42649264..6d2b4c9f 100644
--- a/protocol.go
+++ b/protocol.go
@@ -1,8 +1,8 @@
package roadrunner
import (
- "encoding/json"
"fmt"
+ json "github.com/json-iterator/go"
"github.com/spiral/goridge"
"os"
)