How do you use Go modules with sub-packages? Do you use relative path for them? If you use *replace* directive in go.mod file, how do you manage the version?
Example: .../github.com/user/package1 .../github.com/user/package1/package2 .../github.com/user/package1/package3 .../github.com/user/package1/package3/package4 And package4 is used by package2 and package3. And package2 and package3 is used by package1. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.