forked from Elara6331/itd
Use default codec
This commit is contained in:
parent
56dbf0540e
commit
428e7967c1
@ -20,7 +20,7 @@ func New(sockPath string) (*Client, error) {
|
||||
}
|
||||
|
||||
out := &Client{
|
||||
client: client.New(conn, codec.JSON),
|
||||
client: client.New(conn, codec.Default),
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user