mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-01 12:16:16 +03:00
use builtin errors
This commit is contained in:
parent
446e9a0e54
commit
ac2e0c0c7b
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ package v5
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
|
@ -14,7 +15,6 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/google/go-querystring/query"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/retailcrm/api-client-go/errs"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue