Geoff Levand a34c97f748 eclass/coreos-go.eclass: Fix GOPATH usage
We currenly use ${GOPATH}/bin as the path for the compiler generated executable,
but this usage does not allow ebuilds to add additional local paths to GOPATH.  To
allow for this usage, change the invocation of the compiler to use ${GOBIN}.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-20 10:45:41 -07:00
..