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
|
||||
type AppTech struct {
|
||||
Name string
|
||||
Version string
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user