encoder changed to json

This commit is contained in:
2023-05-17 13:03:52 +02:00
parent 6f9835f399
commit 0e5321d51a
7 changed files with 5 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ package dsrpc
import (
"encoding/json"
encoder "github.com/vmihailenco/msgpack/v5"
encoder "encoding/json"
)
type EmptyParams struct{}