diff --git a/apps/types.go b/apps/types.go index b3f2b02..4a09f1c 100644 --- a/apps/types.go +++ b/apps/types.go @@ -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"` }