Compare commits

..

No commits in common. "e9b915aa923a0112c369b3d34c5d42b0ca3a6498" and "c1d88d82888d4ba919388daa05a4ab3e5ef4dfcb" have entirely different histories.

View File

@ -1,17 +0,0 @@
package minecraftgame
type JavaVersion struct {
Version `json:"version"`
Specifics []struct {
Os string `json:"os"`
Arch string `json:"arch"`
URL string `json:"URL"`
Sha1 string `json:"SHA1"`
} `json:"specifics"`
}
type Version struct {
Major string `json:"major"`
Minor string `json:"minor"`
Patch string `json:"patch"`
}