From a75ea9362403a4d9da13bca2e3c1a44814723f0b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 16 Mar 2026 13:58:21 +0100 Subject: feat(html): retrieve human from http response --- human.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'human.go') diff --git a/human.go b/human.go index 796d970..2063261 100644 --- a/human.go +++ b/human.go @@ -110,7 +110,7 @@ func (v *Vouch) MarshalJSON() ([]byte, error) { // Human represents the human.json file. type Human struct { - Version string `json:"string"` + Version string `json:"version"` URL *URL `json:"url"` Vouches []*Vouch `json:"vouches"` } -- cgit v1.2.3