]> Cypherpunks repositories - gostls13.git/commit
cmd/go: change testMainDeps from map to slice
authorRuss Cox <rsc@golang.org>
Thu, 8 Jun 2017 14:17:47 +0000 (10:17 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 18 Aug 2017 14:25:02 +0000 (14:25 +0000)
commite2c30e1fc5157a7c8aff5d8c41b263b30aa5b372
tree841bcaca63edc7ab7d038f8cbd975e57d5af9cfe
parent75cb22cb2f316d320e88293470c7c1bd8e0243a8
cmd/go: change testMainDeps from map to slice

This makes the construction of pmain.Internal.Imports consistently ordered.

Change-Id: I82348a18c7824378aa7e5bc5b6bcd550d4b758da
Reviewed-on: https://go-review.googlesource.com/56271
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/test/test.go