use builtin errors

This commit is contained in:
Pavel 2019-09-09 15:01:17 +03:00
parent 446e9a0e54
commit ac2e0c0c7b

View File

@ -3,6 +3,7 @@ package v5
import ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"errors"
"fmt" "fmt"
"io" "io"
"io/ioutil" "io/ioutil"
@ -14,7 +15,6 @@ import (
"time" "time"
"github.com/google/go-querystring/query" "github.com/google/go-querystring/query"
"github.com/pkg/errors"
"github.com/retailcrm/api-client-go/errs" "github.com/retailcrm/api-client-go/errs"
) )