Skip to content

Commit

Permalink
fixed example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Maher committed Aug 31, 2019
1 parent d0cdc72 commit bc71a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
"sIp": "8.8.8.8",
}

res, err = soap.Call("GetIpLocation", params)
res, err := soap.Call("GetIpLocation", params)
if err != nil {
log.Fatalf("Call error: %s", err)
}
Expand Down

0 comments on commit bc71a04

Please sign in to comment.