Re: [go-nuts] Is uppercase relevant at all for labels

2016-08-26 Thread Ian Lance Taylor
On Fri, Aug 26, 2016 at 2:12 PM, Jonathan Frisco wrote: > I'm relatively new to Go, so this may be an obvious question, but I couldn't > find the answer by searching... > > All examples of statement labels I have seen (e.g. > https://golang.org/ref/spec#Break_statements) use labels where the first

[go-nuts] Is uppercase relevant at all for labels

2016-08-26 Thread Jonathan Frisco
I'm relatively new to Go, so this may be an obvious question, but I couldn't find the answer by searching... All examples of statement labels I have seen (e.g. https://golang.org/ref/spec#Break_statements) use labels where the first character of the label name is capitalized, as if they are int