Merge pull request #10 from vaibhav2ghadge/master

closed request body
develop
skanehira 5 years ago committed by GitHub
commit 41180768c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ func run() int {
if err != nil {
return printError(err)
}
defer resp.Body.Close()
i, err = gui.UnMarshalJSON(resp.Body)
if err != nil {
return printError(err)

Loading…
Cancel
Save