Set proper JSON technology JSON output
This commit is contained in:
parent
a4beb9727e
commit
6f532b052e
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user