metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
734 stars 143 forks source link

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

Open lizs opened 4 years ago

lizs commented 4 years ago

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

zwiedmann-isp commented 3 years ago

@lizs Still need help on this?