diff options
author | Valery Piashchynski <[email protected]> | 2020-03-20 18:15:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-20 18:15:41 +0300 |
commit | 96e6686c5fa55e5b055fe3d7a4635e272e69c3ac (patch) | |
tree | eb8b7f243db993351bb7867de4f0a732b03a7a98 /protocol.go | |
parent | ca497b21bcc33361867d16e1709c55f0313128a7 (diff) |
Replace std json package with github.com/json-iterator/go
Diffstat (limited to 'protocol.go')
-rw-r--r-- | protocol.go | 2 |
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" ) |