Hi Zack, On Mon, Oct 26, 2020 at 7:48 AM Zack Weinberg <za...@panix.com> wrote: > > Go library packages bundle their own test suites, which may include > arbitrary data files;
Which package are you working on, please? We cannot investigate your issue properly without a reference. By "Go library package" you probably mean Golang source modules. I just checked mine; they ship testing sources but no test data. Does it really make sense to ship either as part of the installation packages? Kind regards Felix Lechner