1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:04:46 -07:00

imports: fix LocalPrefix document prefix

golint suggested:
  comment on exported var LocalPrefix should be of the form "LocalPrefix ..."

Change-Id: I1d2f92ba76e3c091440f676936dbb1fc1ce07f3a
Reviewed-on: https://go-review.googlesource.com/46432
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Koichi Shiraishi 2017-06-22 16:15:10 +09:00 committed by Brad Fitzpatrick
parent da9759ca30
commit e6cb469339

View File

@ -32,7 +32,7 @@ var (
testMu sync.RWMutex // guards globals reset by tests; used only if inTests
)
// If set, LocalPrefix instructs Process to sort import paths with the given
// LocalPrefix, if set, instructs Process to sort import paths with the given
// prefix into another group after 3rd-party packages.
var LocalPrefix string