Sam Small
Sam Small
Could you provide an example of a package where the go.mod is not generated @damirt-unity? The remote packages should contain a go.mod
Hi @gigi - check out the Buf Schema Registry [tutorial](https://buf.build/docs/tutorials/getting-started-with-bsr)! This will walk you through [adding a dependency](https://buf.build/docs/tutorials/getting-started-with-bsr#4.-add-a-dependency) on googleapis and using `buf build` and `buf generate` with this dependency.
The answer for how to do that depends on the language you're using in your implementation. For example, if you're using go, we recommend using google.golang.org/genproto/googleapis/rpc/errdetails as described in our...