go/importer: fix doc typo

Fix the following issue detected by golint:

	import.go:9:1: package comment should be of the form "Package importer ..."

It makes the package comment more consistent with other packages.

Change-Id: I1415066c136ce249af19d70848a38203caf7c9c7
Reviewed-on: https://go-review.googlesource.com/21177
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Idora Shinatose 2016-03-26 03:30:49 -04:00 committed by Brad Fitzpatrick
parent 5a2fc32f44
commit 3b9441cce4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// in: "On the linearization of graphs and writing symbol files",
// by R. Griesemer, Technical Report 156, ETH Zürich, 1991.
// package importer implements an exporter and importer for Go export data.
// Package importer implements an exporter and importer for Go export data.
package importer // import "golang.org/x/tools/go/importer"
import (