-
Notifications
You must be signed in to change notification settings - Fork 325
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
undefined: *.twirp.go #236
Comments
to elaborate, this will run
but this will result in
I can see the compiled |
Could you possibly make a tiny github repository with the setup you describe as a reproducer for this issue? |
I'll try to get to it this weekend |
Closing this for now. Please leave a comment if you would like to revisit this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(this might be related to #169)
I'm running
go 1.13
using go mod. I see in my go vendor and go src the compiled *.twirp.go and*.pb.go
files in the same package. However, when I try to build my source code, I'm able to use*.pb.go
but not*.twirp.go
even though they're colocated and should be available through the same import statement.The text was updated successfully, but these errors were encountered: