doc(readme): fix word formatting

This commit is contained in:
Eason Lin 2017-08-24 10:31:34 +08:00
parent 5c3876cd85
commit f1b68e3e24

View File

@ -419,7 +419,7 @@ func main() {
// Disable Console Color, you don't need console color when writing the logs to file. // Disable Console Color, you don't need console color when writing the logs to file.
gin.DisableConsoleColor() gin.DisableConsoleColor()
//Logging to a file // Logging to a file.
f, _ := os.Create("gin.log") f, _ := os.Create("gin.log")
gin.DefaultWriter = io.MultiWriter(f) gin.DefaultWriter = io.MultiWriter(f)