This commit is contained in:
parent
73312c28b3
commit
5d0d3eb4bd
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -130,7 +130,7 @@ func main() {
|
||||||
fmt.Println("response Status:", resp.Status)
|
fmt.Println("response Status:", resp.Status)
|
||||||
if resp.StatusCode != http.StatusOK {
|
if resp.StatusCode != http.StatusOK {
|
||||||
fmt.Printf("response: %+v\n", resp)
|
fmt.Printf("response: %+v\n", resp)
|
||||||
fmt.Printf("data: %+v\n", jsonStr)
|
// fmt.Printf("data: %+v\n", jsonStr)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue