From: Andrew Gerrand Date: Wed, 1 Feb 2012 22:28:11 +0000 (+1100) Subject: go/printer: remove package comment from testdata/parser.go X-Git-Tag: weekly.2012-02-07~142 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=548206e86930b07795420ca62eafd60b2cf8f53d;p=gostls13.git go/printer: remove package comment from testdata/parser.go 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 --- diff --git a/src/pkg/go/printer/testdata/parser.go b/src/pkg/go/printer/testdata/parser.go index 89e341c5f9..c85297f583 100644 --- a/src/pkg/go/printer/testdata/parser.go +++ b/src/pkg/go/printer/testdata/parser.go @@ -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 (