Small achievement: merging a full blown feature into an
@opentelemetry.io project. In this case, we are working on autoinstrumenting Go code. So, we needed a way to add new packages on-the-fly by manipulating Golang toolchain "importcfg" files.
The PR:
github.com/open-telemet...