Skip to content
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

github.com/metaverse/truss/deftree/googlethirdparty/annotations.proto: File not found. #354

Open
vibhavankhade opened this issue May 31, 2023 · 2 comments

Comments

@vibhavankhade
Copy link

          github.com/metaverse/truss/deftree/googlethirdparty/annotations.proto: File not found.

getting error while running truss *.proto
what is the issue?

Originally posted by @vibhavankhade in #332 (comment)

@zaquestion
Copy link
Member

#332 (comment)

Guessing that you are using go modules and confused by the requirement for the annotations proto to exist at $GOPATH/metaverse/truss/deftree/googlethirdparty/annotations.proto, it's not ideal, but if you clone truss into that location it should locate it fine. PRs welcome

@JianleiZhang
Copy link

cd $(go env GOPATH)
ln -s pkg/mod src

and than truss some.proto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants