I'm I bad at explaining? Simple form:

A (go.mod = require B) -> B (go.mod = require C; replace C=>C1) -> C1

'A' failed to compile because it does not see C=>C1 replace in child 
project. Does GO require to copy all replace commands from all child 
projects in main go.mod manually or is it a bug?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/d1bdf9d2-eef9-4b72-b0e0-6154398ab7d9%40googlegroups.com.

Reply via email to