This is a test project to validate Go module replace directives behavior when modules are used as third-party dependencies.
types/- Basic types moduleutils/- Utilities module that depends on typesmain.go- Main application using both modules
This project demonstrates:
- Local replace directives for development
- How submodules work when imported by third parties (replace directives are ignored)
go run main.go