Re: [go-nuts] Naming convention of low-level functions from runtime and everything

2019-03-04 Thread Ian Lance Taylor
On Mon, Mar 4, 2019 at 8:00 AM Michel Levieux wrote: > > I just have a little question here: sometimes reading the low-level code of > Go (like runtime, compiler code etc) I find the names of structs and fields > quite hard to understand, like acronyms or abreviations or even initials that > ar

[go-nuts] Naming convention of low-level functions from runtime and everything

2019-03-04 Thread Michel Levieux
Hi everyone! I just have a little question here: sometimes reading the low-level code of Go (like runtime, compiler code etc) I find the names of structs and fields quite hard to understand, like acronyms or abreviations or even initials that are not very common, and can't seem to find why it's th