mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
Fix golang clients string -> int64 unmarshale error (#217)
This commit is contained in:
@@ -61,7 +61,7 @@ type ListRequest struct {
|
||||
// The 2 letter country code (as defined in ISO 3166-1 alpha-2)
|
||||
CountryCode string `json:"countryCode"`
|
||||
// The year to list holidays for
|
||||
Year int64 `json:"year"`
|
||||
Year int64 `json:"year,string"`
|
||||
}
|
||||
|
||||
type ListResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user