gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

D-Alex opened this issue · comments

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

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