diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-16 13:58:21 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-16 13:58:21 +0100 |
| commit | a75ea9362403a4d9da13bca2e3c1a44814723f0b (patch) | |
| tree | e314efdf03a05f0e202d027d784eb2d677c8d824 /human.go | |
| parent | d9b66eb7a9a9135462e490e46244dcd1b71c7293 (diff) | |
feat(html): retrieve human from http response
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` } |
