gustavo @ http://niemeyer.net
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
Big thanks!
* Changing the type of a function or method parameter to an interface that is implemented by the old type, or a subset of the old interface * Adding a variadic parameter to a function or method * Some changes in the number of results in a function or method (see details below)I believe these changes always have the potential to break dependent packages due to type change. That is, you will not be able to assign function or method value to the same type of variables you could in previous versions. Suppose you have:
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.