mirror of
				https://github.com/beego/bee.git
				synced 2025-10-31 12:33:21 +00:00 
			
		
		
		
	[g_docs] Optimize code format
Signed-off-by: weiyang <weiyang.ones@gmail.com>
This commit is contained in:
		| @@ -280,7 +280,8 @@ func GenerateDocs(curpath string) { | ||||
| 	} | ||||
| 	defs, err := convertSpecDefinitions(tparser.Definitions()) | ||||
| 	if err != nil { | ||||
| 		panic(err) | ||||
| 		msg := fmt.Sprintf("failed to convert spec definitions into swagger definitions: %s", err) | ||||
| 		panic(msg) | ||||
| 	} | ||||
| 	rootapi.Definitions = defs | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 weiyang
					weiyang