go env is useful for understanding what settings were set during a build. Since the go buildpack sets and forwards certain parameter before executing the go install or go build - it is impossible to currently know for sure what was set. Having a way to force go env to be printed would be great.
go env
is useful for understanding what settings were set during a build. Since the go buildpack sets and forwards certain parameter before executing thego install
orgo build
- it is impossible to currently know for sure what was set. Having a way to forcego env
to be printed would be great.