diff --git a/main.go b/main.go index cb6aedf..170d025 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ type RawClient struct { } type Ping struct { - Time string `json:"time"` + Time uint64 `json:"time"` Status string `json:"status"` }