Open
Description
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?