]> Cypherpunks repositories - gostls13.git/commit
cmd/go: rename local variable ImportPaths to importPaths
authorRuss Cox <rsc@golang.org>
Mon, 17 Jul 2017 16:07:26 +0000 (12:07 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 18 Aug 2017 14:26:25 +0000 (14:26 +0000)
commit13f7fe00d42c121468af45999a235fd85adac8bd
treef235634ae3ead8de076d78be835faa3dca5c3e51
parentdca29095beb91b77f8dd41bf51e3771fdd814db0
cmd/go: rename local variable ImportPaths to importPaths

ImportPaths is also the name of a top-level function.
It is confusing to have a capitalized local variable.

Change-Id: I1313e05ade4934d4ee250a67e5af6d1bd6229aca
Reviewed-on: https://go-review.googlesource.com/56275
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/load/pkg.go