Hello gophers,

I'm currently trying to understand how versioning via dep currently works. 
There are a few things I don't understand. I know this is work in progress, 
and I don't know what's the current status about the famous diamond 
dependency issue : what happens when two dependencies A & B require a 
package C, but A requires version ^1.0 and B requires ^2.0 ? Is dep simply 
failing ? Are there two versions of the package in the vendor directory ? 
What are the good practice to follow for a package developper ?

-- 
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.

Reply via email to