From 880d0aae2e1c3eba3375c6daa309d2ef6a55f72c Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 29 Apr 2014 14:17:41 -0400 Subject: [PATCH] syntax error --- marvel.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/marvel.go b/marvel.go index 12381ff..495ea41 100644 --- a/marvel.go +++ b/marvel.go @@ -133,12 +133,6 @@ func (s Series) Comics(params CommonParams) (resp struct{ commonList Results []Comic } -}, err error) { - commonResponse - Data struct { - commonList - Results []Comic - } }, err error) { u := s.client.baseURL(fmt.Sprintf("series/%d/comics", id), params) r, err := c.fetch(u)