mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
use builtin errors
This commit is contained in:
parent
446e9a0e54
commit
ac2e0c0c7b
@ -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…
Reference in New Issue
Block a user