[go-nuts] Golang language specification Document: Composite Literals example is not understandable

2021-06-22 Thread Vaibhav Maurya
Hi, Please help me to understand the following syntax mentioned in the Golang language specification document. https://golang.org/ref/spec#Composite_literals following is the search string for CTRL + F // vowels[ch] is true if ch is a vowel \ Following declaration and initialization is confusi

Re: [go-nuts] Golang language specification Document: Composite Literals example is not understandable

2021-06-22 Thread Vaibhav Maurya
s://play.golang.org/p/ANw54ShkTvY :) >>> >>> On Tue, Jun 22, 2021 at 6:41 PM Axel Wagner >>> wrote: >>> >>>> (I assume with a runtime rather than a compiler error, but I haven’t >>>>> tried it) >>>> >>>> >>>