mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update func.go (#435)
This commit is contained in:
committed by
Travis Reeder
parent
5dd4112ee4
commit
7dc1d6fb03
@@ -18,10 +18,5 @@ func main() {
|
|||||||
mapB, _ := json.Marshal(mapD)
|
mapB, _ := json.Marshal(mapD)
|
||||||
fmt.Println(string(mapB))
|
fmt.Println(string(mapB))
|
||||||
|
|
||||||
// TODO: move these lines to a test, this was for testing log output issues
|
|
||||||
log.Println("---> stderr goes to the server logs.")
|
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.Printf("---> LINE 5 with a double line break\n\n")
|
|
||||||
log.Println("---> LINE 6")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user