truss icon indicating copy to clipboard operation
truss copied to clipboard

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

Open lizs opened this issue 4 years ago • 2 comments

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"

lizs avatar Apr 25 '20 17:04 lizs

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...

zaquestion avatar Apr 27 '20 16:04 zaquestion

@lizs Still need help on this?

zwiedmann-isp avatar Aug 07 '20 18:08 zwiedmann-isp