Hi Sean!
Thank you very much for your answer!
After trying out some other options [and calming down], I realized I could
indeed just remove the go.mod completely and still have the wiring be
functional.
For exposed constants (fortunately we didn't have exposed global
variables), I just reported th
You're right about the source of the error you're seeing (subfolder of root
+ independent module).
If you just want to get rid of the error, update your versions of the 2
modules so they both have the same view of module boundaries.
But you don't need 2 separate modules for this,
and you probabl