New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32016#issuecomment-881956642 Comment: Thanks for the reference. I think removing the testdata, thus allowing `nostrip=yes` to be removed from the template, is a good idea. Avoids manually calling `$STRIP`. Your commit should document that Go 1.12, which we use for bootstrap and therefore matters re. what options the compiler can be built with, is from 2019 and new enough. You should also remove `nostrip=yes` from the `go` build style (if the compiler can be stripped, so should the resulting binaries). The build style change should be a separate commit. I'm not sure how I feel about removing the pre-built standard library... @Vaelatern and @Gottox might have thoughts on that idea, but I would initially be weakly against it. Removing `/usr/lib/go/pkg/linux_$arch/cmd/` sounds more reasonable; I don't think it can be imported either.