[mdatagen] bugfix: fix generated package test when skipping goleak, because os package import is forgotten by Arthur1 · Pull Request #10486 · open-telemetry/opentelemetry-collector

Description When tests.goleak.skip flag is set to true, the generated_package_test.go file looks like the following image. Since import os statement is missing, you fail to run the test. I added t...