]> Cypherpunks repositories - gostls13.git/commit
gofmt: fix //line handling
authorRuss Cox <rsc@golang.org>
Fri, 14 Oct 2011 19:54:45 +0000 (15:54 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 14 Oct 2011 19:54:45 +0000 (15:54 -0400)
commit236aff31c5aac324849886f08b03922d8fd2ea5b
tree7a2672d25f248911fab811450fa0d4618c72d443
parent12ece77c14107aebe0840c93a36ced58dca4aebc
gofmt: fix //line handling

Fixes #2369.

R=gri
CC=golang-dev
https://golang.org/cl/5275048
src/cmd/gofmt/gofmt_test.go
src/cmd/gofmt/testdata/comments.golden [new file with mode: 0644]
src/cmd/gofmt/testdata/comments.input [new file with mode: 0644]
src/pkg/go/scanner/scanner.go