Добавлено Ely property

This commit is contained in:
ErickSkrauch 2017-04-01 12:46:25 +03:00
parent 39f5ec5bee
commit 3d73cc9402
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,6 @@ type SignedTexturesResponse struct {
type Property struct {
Name string `json:"name"`
Signature string `json:"signature"`
Signature string `json:"signature,omitempty"`
Value string `json:"value"`
}

View File

@ -31,6 +31,10 @@ func SignedTextures(w http.ResponseWriter, r *http.Request) {
Signature: rec.MojangSignature,
Value: rec.MojangTextures,
},
{
Name: "ely",
Value: "but why are you asking?",
},
},
}