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 /service/http/uploads_test.go | |
parent | ca497b21bcc33361867d16e1709c55f0313128a7 (diff) |
Replace std json package with github.com/json-iterator/go
Diffstat (limited to 'service/http/uploads_test.go')
-rw-r--r-- | service/http/uploads_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/uploads_test.go b/service/http/uploads_test.go index 1890c02b..f336951e 100644 --- a/service/http/uploads_test.go +++ b/service/http/uploads_test.go @@ -5,8 +5,8 @@ import ( "context" "crypto/md5" "encoding/hex" - "encoding/json" "fmt" + json "github.com/json-iterator/go" "github.com/spiral/roadrunner" "github.com/stretchr/testify/assert" "io" |