]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove Package.Internal.Deps
authorRuss Cox <rsc@golang.org>
Fri, 9 Jun 2017 15:36:10 +0000 (11:36 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 18 Aug 2017 14:31:39 +0000 (14:31 +0000)
commita93753401db052f3192103e2c4d4c547d740b41f
tree7a024b349e8f827c702060df32ded48e5376a917
parent4a52038c03d13025d074dcdea54d7a21139bb3b7
cmd/go: remove Package.Internal.Deps

Package.Internal.Imports is enough in nearly all cases,
and not maintaining a separate Package.Internal.Deps
avoids the two lists ending up out of sync.
(In some synthesized packages created during go test,
only Internal.Imports is initialized.)

Change-Id: I83f6a3ec6e6cbd75382f1fa0e439d31feec32d5a
Reviewed-on: https://go-review.googlesource.com/56278
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/test/test.go