]> Cypherpunks repositories - gostls13.git/commit
go/printer: line comments must always end in a newline
authorRobert Griesemer <gri@golang.org>
Mon, 14 Feb 2011 03:27:02 +0000 (19:27 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 14 Feb 2011 03:27:02 +0000 (19:27 -0800)
commit6b526eb300ad607fbe12f2f779d5c1639cefe109
tree2604edeabfd94883e04d271bbd45b1fca40c718a
parentea46bda72b6b1e651d6f23a8d0b2704f263f9453
go/printer: line comments must always end in a newline

Fixes #1503.

R=rsc
CC=golang-dev
https://golang.org/cl/4170045
src/pkg/go/printer/printer.go
src/pkg/go/printer/printer_test.go