Update func.go (#435)

This commit is contained in:
Chad Arimura
2017-10-18 14:32:34 +02:00
committed by Travis Reeder
parent 5dd4112ee4
commit 7dc1d6fb03

View File

@@ -18,10 +18,5 @@ func main() {
mapB, _ := json.Marshal(mapD)
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("---> 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")
}