mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
update readme
This commit is contained in:
parent
2bbbbb62d3
commit
ff265fd94b
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ func main() {
|
|||
Page: 1,
|
||||
},)
|
||||
if err.RuntimeErr != nil {
|
||||
fmt.Printf("%v", err.ErrorMsg)
|
||||
fmt.Printf("%v", err.Error())
|
||||
}
|
||||
|
||||
if status >= http.StatusBadRequest {
|
||||
|
@ -68,7 +68,7 @@ func main() {
|
|||
},
|
||||
)
|
||||
if err.RuntimeErr != nil {
|
||||
fmt.Printf("%v", err.ErrorMsg)
|
||||
fmt.Printf("%v", err.Error())
|
||||
}
|
||||
|
||||
if status >= http.StatusBadRequest {
|
||||
|
|
Loading…
Add table
Reference in a new issue