Right at the beginning of the first post about vgo it is stated:

> Versioning will also let us ensure that a program builds exactly the same way 
> tomorrow as it does today. Even when there are newer versions of my 
> dependencies, the go command shouldn't start using them until asked. 

However I did not notice how to specify that a certain compilation unit (set of 
modules) requires a certain go version.

Is this intentional, expected to come over time, to be added at a later point 
in time, to be solved somehow differently?

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