lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

Use go/build.Default.GOPATH #57

Closed mattn closed 5 years ago

mattn commented 5 years ago

Better way to recognize GOPATH instead of go env GOPATH.

arbarlow commented 5 years ago

Hi there, I've implemented this by not using a GOPATH at all anymore, coming up in v2.2.0-next!