Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need help with 'go version go1.14.1 darwin/amd64 with GO111MODULE on' #295

Open
lizs opened this issue Apr 25, 2020 · 2 comments
Open

need help with 'go version go1.14.1 darwin/amd64 with GO111MODULE on' #295

lizs opened this issue Apr 25, 2020 · 2 comments

Comments

@lizs
Copy link

lizs commented Apr 25, 2020

After 'go get -u -d github.com/metaverse/truss'
truss not present in '$GOPATH/src/', only present in '$GOPATH/pkg/mod/github.com/metaverse/truss@v0.1.0'. so cant 'cd $GOPATH/src/github.com/metaverse/truss'

My go version is : "go version go1.14.1 darwin/amd64"
and with GO111MODULE="on"

@zaquestion
Copy link
Member

IIRC even tho truss generated services can use modules and don't need to be in the gopath, truss itself still relies on being in the gopath. Mostly so generated services can access the bundled protobuf libraries. That doesn't look like the issue you're having though...

@zwiedmann-isp
Copy link
Contributor

@lizs Still need help on this?

@metaverse metaverse deleted a comment from HasAlNguyen Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants