diff --git a/marvel.go b/marvel.go index de2e079..9a8e775 100644 --- a/marvel.go +++ b/marvel.go @@ -69,12 +69,9 @@ type ComicsResponse struct { } } -type CommonParams struct { +type ComicsParams struct { Offset int `url:"offset,omitempty"` Limit int `url:"limit,omitempty"` -} - -type ComicsParams struct { CommonParams }