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:
@@ -43,7 +43,7 @@ type NowResponse struct {
|
||||
// the timezone as BST
|
||||
Timezone string `json:"timezone"`
|
||||
// the unix timestamp
|
||||
Unix int64 `json:"unix"`
|
||||
Unix int64 `json:"unix,string"`
|
||||
}
|
||||
|
||||
type ZoneRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user