encoder changed to json
This commit is contained in:
@@ -9,7 +9,7 @@ package dsrpc
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
encoder "github.com/vmihailenco/msgpack/v5"
|
||||
encoder "encoding/json"
|
||||
)
|
||||
|
||||
type EmptyParams struct{}
|
||||
|
||||
Reference in New Issue
Block a user