Set proper JSON technology JSON output
This commit is contained in:
		
							parent
							
								
									a4beb9727e
								
							
						
					
					
						commit
						6f532b052e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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 a new issue