From 548206e86930b07795420ca62eafd60b2cf8f53d Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 2 Feb 2012 09:28:11 +1100 Subject: [PATCH] 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 --- src/pkg/go/printer/testdata/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.48.1