Open mattkanwisher opened 5 years ago
Code:
fmt.Print("one\ntwo\nthree\n")``` Output: ```ts=2018-11-29T09:22:27.6609211Z module=loom level=info _msg="one\ntwo\nthree\n" one two three```
Correction, output is
ts=2018-11-29T09:22:27.6609211Z module=loom level=info _msg="one\ntwo\nthree\n" one two three
Code: