mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 23:41:54 +08:00
use default json encoding
This commit is contained in:
@@ -3,15 +3,13 @@ package model
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
// "encoding/json"
|
||||
"github.com/json-iterator/go"
|
||||
"encoding/json"
|
||||
// "github.com/json-iterator/go"
|
||||
"time"
|
||||
|
||||
"github.com/pingcap/tidb/util/hack"
|
||||
)
|
||||
|
||||
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
|
||||
type QueryPiece interface {
|
||||
String() *string
|
||||
Bytes() []byte
|
||||
|
Reference in New Issue
Block a user