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:
parent
5a2fc32f44
commit
3b9441cce4
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue