RE: [go-nuts] some incorrect code in blog.

2021-11-25 Thread Fannie Zhang
OK, I see. Thank you. From: Kurtis Rader Sent: Thursday, November 25, 2021 10:26 AM To: Fannie Zhang Cc: golang-nuts Subject: Re: [go-nuts] some incorrect code in blog. Notice the date of that blog article: 2010-08-04. It's more than eleven years old. Blog articles are not updated

[go-nuts] some incorrect code in blog.

2021-11-24 Thread Fannie Zhang
src.Close()* * if err != nil {* * return* * }* * ...* *}* I do not know how to modify the go blog, can anyone help? Thank you. Best regards, Fannie Zhang -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from

[go-nuts] Re: what is asm6 and span6 for?

2021-03-30 Thread Fannie Zhang
On Monday, March 29, 2021 at 10:45:01 PM UTC+8 cuiw...@gmail.com wrote: > https://github.com/golang/go/blob/master/src/cmd/internal/obj/x86/asm6.go > this file named asm6, and there is a func named span6, what is 6 for here? > It is the assembler for amd64 and 386 architecture. Please see the