1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-12 07:59:10 +00:00

syntax error

This commit is contained in:
Jason Hall 2014-04-29 14:17:41 -04:00
parent a775583273
commit 880d0aae2e

View file

@ -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)