package main type Files struct { Model string Release string Checksum string Size int64 Name string } type Versions struct { Stable string `json:"stable"` Beta string `json:"beta"` Experimental string `json:"experimental"` }