Open lizs opened 4 years ago
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...
@lizs Still need help on this?
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"