1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-18 14:56:37 +00:00

syntax error

This commit is contained in:
Jason Hall 2014-04-29 14:17:06 -04:00
parent 1954e9e6eb
commit a775583273

View file

@ -118,7 +118,7 @@ func (d Date) Parse() time.Time {
return t
}
func (c Client Series(id int) Series {
func (c Client) Series(id int) Series {
return Series{id, c}
}