[go-nuts] Re: Go 1.12.1 and Go 1.11.6 are released

2019-03-14 Thread Guanhua Jiang
Thanks for the note! Was hoping `math/pi` package to have been added on this date! :) On Thu, Mar 14, 2019 at 2:16 PM Katie Hockman wrote: > Hello gophers, > > We have just released Go versions 1.12.1 and 1.11.6, minor point releases. > > These releases include fixes to cgo, the compiler, the go

[go-nuts] Any historical discussion around support "go generate -parallel n"?

2017-08-28 Thread Guanhua Jiang
I'm just wondering if there has been discussions about having "go generate" tool support a "-parallel n" flag such that it would run go generate on each file concurrently throughout a package(s). The motivation is this: a typical build process that involves file generation may need to support th