Set proper JSON technology JSON output
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Adam Štrauch 2021-12-22 01:29:56 +01:00
parent a4beb9727e
commit 6f532b052e
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -129,6 +129,6 @@ type AppTechs []AppTech
// AppTech holds info about one technology in the app // AppTech holds info about one technology in the app
type AppTech struct { type AppTech struct {
Name string Name string `json:"name"`
Version string Version string `json:"version"`
} }