Skip to content

unrecognized import path #23

@slashafk

Description

@slashafk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions