]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/work: pass *Action to toolchain methods
authorRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 09:00:58 +0000 (05:00 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 17:27:26 +0000 (17:27 +0000)
commit8ec188975b5541df3e6b4aae25dadfca20c31d37
tree1b261fa41b844f9ac1f4b738a0125084245018c2
parent0ed1c380172e7074cec885f371f4d46892279f6c
cmd/go/internal/work: pass *Action to toolchain methods

This shortens the args lists but also sets up better for
the content-based staleness changes.

While we're here, delete the now-unused Pkgpath method.

Change-Id: Ic60fa03efbc37a7c7fe9758a1cfa5dddef1a4151
Reviewed-on: https://go-review.googlesource.com/68335
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/work/build.go