On Thu, Apr 3, 2025 at 3:54 PM Otto Kekäläinen <[email protected]> wrote: > > Hi, > > Are people in the Go team always packaging every individual go.mod > require as a separate package? Or are people here occasionally > "vendoring" packages in e.g. debian/vendor/ to avoid polluting Debian > archives with tiny packages? > > I am considering doing this in usql > (https://salsa.debian.org/go-team/packages/usql/-/merge_requests/1) > instead of uploading a dozen small packages to Debian. > > i did find a couple of examples, but still raising this for discussion > to hear views.
Just like non-Go packages, which contain tiny C libraries that are not packaged. And be lucky with NEW queue review. -- Shengjing Zhu
