mirror of
https://github.com/imjasonh/go-marvel
synced 2026-07-18 14:56:37 +00:00
syntax error
This commit is contained in:
parent
1954e9e6eb
commit
a775583273
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue