1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-18 14:56:37 +00:00
This commit is contained in:
Jason Hall 2014-04-29 14:40:01 -04:00
parent 111a23d243
commit 6073a96101

View file

@ -72,7 +72,6 @@ type ComicsResponse struct {
type ComicsParams struct {
Offset int `url:"offset,omitempty"`
Limit int `url:"limit,omitempty"`
CommonParams
}
// Fields common to data that lists entities, with pagination