diff options
Diffstat (limited to 'internal/protocol.go')
-rwxr-xr-x | internal/protocol.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/protocol.go b/internal/protocol.go index ba923ef5..c5916f22 100755 --- a/internal/protocol.go +++ b/internal/protocol.go @@ -4,14 +4,12 @@ import ( "os" "sync" - j "github.com/json-iterator/go" + json "github.com/json-iterator/go" "github.com/spiral/errors" "github.com/spiral/goridge/v3/pkg/frame" "github.com/spiral/goridge/v3/pkg/relay" ) -var json = j.ConfigCompatibleWithStandardLibrary - type StopCommand struct { Stop bool `json:"stop"` } |