From 111a23d24385b9895d05dbd5c3b8016f82714261 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 29 Apr 2014 14:39:34 -0400 Subject: [PATCH] . --- marvel.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }