smarterclayton / openshift-go-cart

Go cartridge for OpenShift Origin
Other
75 stars 92 forks source link

Supports providing an alternate GOPATH using the .gopath file #14

Closed fabianofranz closed 9 years ago

dpiechota commented 9 years ago

Hi, how can I change GOPATH with your package in OpenShift?

fabianofranz commented 9 years ago

@smarterclayton Made the custom GOPATH additive. Bonus, upgrade to Go 1.4.1. Should we merge this?

smarterclayton commented 9 years ago

LGTM. Can you do a test deploy after I merge?

fabianofranz commented 9 years ago

@smarterclayton Will do (just did against fabianofranz/openshift-go-cart too).

dpiechota commented 9 years ago

Hi guys, thank you for this commit! Now, after I do ssh to my application directory and do echo $GOPATH I can see additional path there.

fabianofranz commented 9 years ago

@mozowski Thanks for the feedback!