]> Cypherpunks repositories - gostls13.git/commit
testing: compare Log to Println
authorRobert Hencke <robert.hencke@gmail.com>
Thu, 22 Dec 2011 18:05:51 +0000 (10:05 -0800)
committerRob Pike <r@golang.org>
Thu, 22 Dec 2011 18:05:51 +0000 (10:05 -0800)
commitb5216e2e559a585a424fa3eb28c0e158fe79a75b
tree4453558612aaf621852f6459a8d6687ef2800ea8
parent86deacc0bc271a7188db6f4413be6491f013f233
testing: compare Log to Println

Log always adds spaces between operands, like Println but unlike Print

R=golang-dev
CC=golang-dev
https://golang.org/cl/5504069
src/pkg/testing/testing.go