Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiki41 committed Nov 23, 2016
1 parent 6fa2b8f commit b561639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (c *Client) Do(req *http.Request) (*http.Response, error) {

// Params is the list of options to pass to the request.
type Params struct {
// optional body used in http.NewRequest.
body io.Reader
// query is a map of key-value pairs that will be added to the Request.
query map[string]string
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Package radiko manages the radiko.jp APIs
// Package radiko manages the radiko.jp APIs.
package radiko

0 comments on commit b561639

Please sign in to comment.