It seems that the way modules are used since 1.11 has changed , and I am trying to understand how to reference a module / package from another directory.
Lets say I have a folder structure
ootmodule1
ootmodule2
I have a go.mod in each directory and I can access / use those modules from the
oot directory
How can I access module2 from module1. The modules are not published anywhere ( nor do I want them to be ) - I just want to access them. Module 2 contains types / structs that I need to use in mondule1
Kind Regards
Martin
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…