diff options
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"` } |
