-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hello,
I have a project with the following configuration :
/
web.go -> with import "mylib/mypackage"
src/mylib/package
Whatever the configuration i put in .godir or .gopath (mylib or ./mylib, ...)
the compilation fail because of "unrecognized import path"
I really don't understand the way you copy the files before the compilation ...
I build successufly my project on my computer, and everything is fine, but Openshift doesn't support the conventionnal GOPATH stuff apparently :/.
How can I call my own package on openshift ?
Is there a magic trick ? or we have to put the stuff on github so it's downloaded whit the go get ? (That lib contains some configuration and DB password so ...).
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels