gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification
BSD 3-Clause "New" or "Revised" License
421 stars 48 forks source link

main.go:3:8: cannot find package "tmpprotos" #38

Open D-Alex opened 7 years ago

D-Alex commented 7 years ago

This happens if GOPATH is not set. On Mac OS the default behavior is to use ~/go if GOPATH is not set. I am not sure this is the case for all go installations.

Workaround: set GOPATH

awalterschulze commented 7 years ago

Yes. I guess I never considered a GOPATH that is not set.