Nim,
Can you explain in what context would goipaths be used? What's the difference
with goaltipaths?
From what I tested:
- goipaths will install several import paths into the same devel package
- goaltipaths will generate compat-devel packages in care of renames etc.
I don't understand in what use cases goipaths should be used. I don't recall
ever seeing a Go source package with two import paths at the same time. Even
so, why would we install both in the same devel package, instead of making one
package for each import path.
Can you shed a light on what is the intended use?
Thanks,
Robert-André