You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 'go get -u -d github.com/metaverse/truss'
truss not present in '$GOPATH/src/', only present in '$GOPATH/pkg/mod/github.com/metaverse/[email protected]'. so cant 'cd $GOPATH/src/github.com/metaverse/truss'
My go version is : "go version go1.14.1 darwin/amd64"
and with GO111MODULE="on"
The text was updated successfully, but these errors were encountered:
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...
After 'go get -u -d github.com/metaverse/truss'
truss not present in '$GOPATH/src/', only present in '$GOPATH/pkg/mod/github.com/metaverse/[email protected]'. so cant 'cd $GOPATH/src/github.com/metaverse/truss'
My go version is : "go version go1.14.1 darwin/amd64"
and with GO111MODULE="on"
The text was updated successfully, but these errors were encountered: