twitchtv / twirp

A simple RPC framework with protobuf service definitions
https://twitchtv.github.io/twirp/docs/intro.html
Apache License 2.0
7.19k stars 326 forks source link

Make example work #305

Closed jaredpalmer closed 3 years ago

jaredpalmer commented 3 years ago

By following the example, you run into this issue.

Screen Shot 2021-04-26 at 6 25 31 PM

This PR fixes this w/ relative path tweak suggested here: https://github.com/techschool/pcbook-go/issues/3

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

marioizquierdo commented 3 years ago

This issue is also fixed in the upcoming Protobuf APIV2 PR #304 that will be released soon (next week) as v8. Thank you for the contribution anyways 👍