From 6073a961014657ea3e9c025552837163942f8875 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 29 Apr 2014 14:40:01 -0400 Subject: [PATCH] . --- marvel.go | 1 - 1 file changed, 1 deletion(-) diff --git a/marvel.go b/marvel.go index 9a8e775..aee8ebd 100644 --- a/marvel.go +++ b/marvel.go @@ -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