Re: [go-nuts] Go 1.10 Beta 1 is released

2017-12-08 Thread Ian Lance Taylor
On Fri, Dec 8, 2017 at 3:51 AM, Gabriel Aszalos wrote: >> The grammar for method expressions has been updated to relax the syntax to >> allow any type expression as a receiver; this matches what the compilers >> were already implementing. For example,

[go-nuts] Go 1.10 Beta 1 is released

2017-12-08 Thread Gabriel Aszalos
> The grammar for method expressions has been updated to relax the syntax to > allow any type expression as a receiver; this matches what the compilers were > already implementing. For example, struct{io.Reader}.Read is a valid, if > unusual, method expression that the compilers already

[go-nuts] Go 1.10 Beta 1 is released

2017-12-07 Thread Andrew Bonventre
Hello gophers, We have just released go1.10beta1, a beta version of Go 1.10. It is cut from the master branch at the revision tagged go1.10beta1. There are no known problems or regressions. Please try running production load tests and your unit tests with the new version. Your help testing these