mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixed slice index out of bounds error from fix-logs
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user