Hi In the Go world tests are part of the Go module and you even have Go modules that write code that depends on the testing code of other modules Which would be nice if "go get" did not ignore testing code deps by default, so testing deps are an horrible cyclic hairball in Go land. (and we can not ignore them like go get does, because they are not marked as testing deps in go module descriptors) Regards, -- Nicolas Mailhot _______________________________________________ packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to packaging-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/packaging@xxxxxxxxxxxxxxxxxxxxxxx