Fixed slice index out of bounds error from fix-logs

This commit is contained in:
Travis Reeder
2017-06-21 08:24:06 -07:00
parent 6159deb22d
commit 47d78c3307
9 changed files with 38 additions and 101 deletions

View File

@@ -17,4 +17,8 @@ func main() {
fmt.Printf("Hello %v!\n", p.Name)
log.Println("---> stderr goes to the server logs.")
log.Println("---> LINE 2")
log.Println("---> LINE 3 with a break right here\nand LINE 4")
log.Println("---> LINE 5 with a double line break\n")
log.Println("---> LINE 6")
}