]> Cypherpunks repositories - gostls13.git/commitdiff
go/printer: remove package comment from testdata/parser.go
authorAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 22:28:11 +0000 (09:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 22:28:11 +0000 (09:28 +1100)
This prevents an incorrect summary line from appearing in the godoc
package list.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5607059

src/pkg/go/printer/testdata/parser.go

index 89e341c5f97f9d42f4a255c47f1ee2f8e337aa2b..c85297f58314248b1ea3092b5716799d19b70d10 100644 (file)
@@ -6,7 +6,7 @@
 // provided in a variety of forms (see the various Parse* functions); the
 // output is an abstract syntax tree (AST) representing the Go source. The
 // parser is invoked through one of the Parse* functions.
-//
+
 package parser
 
 import (