Update main.go
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -12,7 +12,7 @@ import (
 | 
				
			|||||||
var (
 | 
					var (
 | 
				
			||||||
	version  = "20210103"
 | 
						version  = "20210103"
 | 
				
			||||||
	commands = []*cli.Command{
 | 
						commands = []*cli.Command{
 | 
				
			||||||
		{git add
 | 
							{
 | 
				
			||||||
			Name:   "swagger",
 | 
								Name:   "swagger",
 | 
				
			||||||
			Usage:  "generates swagger.json",
 | 
								Usage:  "generates swagger.json",
 | 
				
			||||||
			Action: action.Generator,
 | 
								Action: action.Generator,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user