update README

This commit is contained in:
2026-05-05 08:48:29 +00:00
parent a1922f5be1
commit 58b4ef2d45
+3 -1
View File
@@ -80,7 +80,9 @@ resp, _ := http.Post(
var result struct { var result struct {
Valid bool `json:"valid"` Valid bool `json:"valid"`
Message string `json:"message"` Message string `json:"message,omitempty"`
Type string `json:"type,omitempty"`
Expires *time.Time `json:"expires,omitempty"`
} }
json.NewDecoder(resp.Body).Decode(&result) json.NewDecoder(resp.Body).Decode(&result)