got it. On Sunday, May 23, 2021 at 3:50:10 AM UTC-4 [email protected] wrote:
> Hi, > > It's normal, go1.16 and before is just incorrect for not reporting that > escaping. See: https://go-review.googlesource.com/c/go/+/284412 > > Cheers, > Cuong > > On Sun, May 23, 2021 at 2:43 PM [email protected] <[email protected]> > wrote: > >> Go 1.16 doesn't make this. >> Is it nornal? >> >> package main >> >> func main(){ >> panic("abc") // "abc" escapes to heap >> } >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/golang-nuts/936dcc57-c507-402e-9811-4216c5d0f694n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/golang-nuts/936dcc57-c507-402e-9811-4216c5d0f694n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/2c07b172-6c29-4a7e-8c35-0f84cfa6f8e2n%40googlegroups.com.
