]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clean up installHeader action
authorRuss Cox <rsc@golang.org>
Fri, 31 Jul 2015 19:07:44 +0000 (15:07 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 3 Aug 2015 20:00:07 +0000 (20:00 +0000)
commitb3bf38e79d71784d98a79f2c2e3af003f48c8052
tree9a565bb76f213a2292b8ab9ad8e86153b036e454
parent961f456a1dbf6c86c033f8c9205766d3bbf228a1
cmd/go: clean up installHeader action

This was confusing when I was trying to fix go build -o.
Perhaps due to that fix, this can now be simplified from
three functions to one.

Change-Id: I878a6d243b14132a631e7c62a3bb6d101bc243ea
Reviewed-on: https://go-review.googlesource.com/13027
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go