mirror of
				https://github.com/beego/bee.git
				synced 2025-10-30 15:53:22 +00:00 
			
		
		
		
	fix missing newline
This commit is contained in:
		| @@ -584,7 +584,7 @@ func createapi(cmd *Command, args []string) int { | ||||
| 		) | ||||
| 		ColorLog("[INFO] Using '%s' as 'driver'\n", driver) | ||||
| 		ColorLog("[INFO] Using '%s' as 'conn'\n", conn) | ||||
| 		ColorLog("[INFO] Using '%s' as 'tables'", tables) | ||||
| 		ColorLog("[INFO] Using '%s' as 'tables'\n", tables) | ||||
| 		generateAppcode(string(driver), string(conn), "3", string(tables), path.Join(curpath, args[0])) | ||||
| 	} else { | ||||
| 		os.Mkdir(path.Join(apppath, "models"), 0755) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhengYang
					ZhengYang