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