You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your prompt reply. I already fixed this problem, and when I run "make test", it keeps saying that github.com/metaverse/truss/deftree/googlethirdparty/annotations.proto: File not found.
That would either be GOPATH not set, or truss not cloned to that location, unfortunately even tho truss manages dependencies it still needs to be available in the gopath for the protofile imports, we're working on making it that component work on it's own.
I tried to run "go get -u -d github.com/metaverse/truss", but got "no Go files" error. Am I do something wrong? Thanks,
The text was updated successfully, but these errors were encountered: