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
We're trying to use capnproto with our CI solution, which avoids go get's at runtime. Because of the lack of a .go file in the STD folder, the go.capnp file can't be picked up by vendoring. Would it be possible to add one, so that we can vendor ./std and use a deterministic path to pick up this file in go:generates?
The text was updated successfully, but these errors were encountered:
We're trying to use capnproto with our CI solution, which avoids go
get's at runtime. Because of the lack of a .go file in the STD folder,
the go.capnp file can't be picked up by vendoring. Would it be possible
to add one, so that we can vendor ./std and use a deterministic path to
pick up this file in go:generates?
--
Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
Verweise
1. #319
2. https://github.com/notifications/unsubscribe-auth/AAGXYPROYU2RPVDTUC3P3BTWC2JOLANCNFSM6AAAAAARDFBEQM
@steve-gray Just to make sure I understand, would something like a [doc.go] file do the trick? In other words, you just need a .go file in the directory, but it doesn't need to contain any actual Go code, correct?
If so, that sounds good to me. Please feel free to open a PR 👍
We're trying to use capnproto with our CI solution, which avoids go get's at runtime. Because of the lack of a .go file in the STD folder, the go.capnp file can't be picked up by vendoring. Would it be possible to add one, so that we can vendor ./std and use a deterministic path to pick up this file in go:generates?
The text was updated successfully, but these errors were encountered: