-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add go.mod and go.sum #518
Comments
We think we should wait until go modules are more official before we investigate further. |
Modules is pretty official at this point. Any chance this is being revisited? |
yep, can confirm, totally broken with go modules |
any update for go modules? |
i have a pain with paths for gogofast and etc at this moment with go modules On windows it will be something like this to make it work: protoc -I=./protobuf \
-I=. \
-I=$GOPATH/src \
-I=$GOPATH/pkg/mod/github.com/gogo/protobuf@v1.3.0 \
--gogofast_out=./structs/gogofast \
gogo.proto this path i should fix every time gogo release updates |
It would be amazing if this were go module aware and prevent me from having to find the right module/version path to include. @ergoz My work around was to use |
add support for go modules.
The text was updated successfully, but these errors were encountered: