go build style: move GOPATH creation to do_configure()
This commit is contained in:
parent
902807f15e
commit
92d6e1a521
3 changed files with 15 additions and 9 deletions
|
@ -1196,6 +1196,12 @@ The following variables influence how Go packages are built:
|
|||
- `go_build_tags`: An optional, space-separated list of build tags to
|
||||
pass to Go.
|
||||
|
||||
Occasionally it is necessary to perform operations from within the Go
|
||||
source tree. This is usually needed by programs using go-bindata or
|
||||
otherwise preping some assets. If possible do this in pre_build().
|
||||
The path to the package's source inside `$GOPATH` is available as
|
||||
`$GOSRCPATH`.
|
||||
|
||||
<a id="pkgs_haskell"></a>
|
||||
### Haskell packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue