Skip to content

Commit

Permalink
Merge pull request #36 from karl-gustav/patch-1
Browse files Browse the repository at this point in the history
Fix one char spelling mistake
  • Loading branch information
imroc authored May 17, 2019
2 parents b355b6f + 936e820 commit ac2d62c
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 @@ -163,7 +163,7 @@ Output in simple way (default format)
``` go
r, _ := req.Get(url, param)
log.Printf("%v\n", r) // GET http://foo.bar/api?name=roc&cmd=add {"code":"0","msg":"success"}
log.Prinln(r) // smae as above
log.Prinln(r) // same as above
```

### `%-v` or `%-s`
Expand Down

0 comments on commit ac2d62c

Please sign in to comment.