[go-nuts] switch fallthrough as continue

2018-11-27 Thread Göcs Jëss
We might as well reduce a one rarely used keyword continue means recommence or resume after interruption *by google* if a continue triggers, the switch, select, or for loop statement *resumes* another case or condition we could do continues inside switch statements switch 1 {case 1: cont

[go-nuts] Re: Go += Package Versioning

2018-11-27 Thread Göcs Jëss
Is it possible to restrain of having 2 files in my workspace/project while keeping 2 versions of the same repo? On Wednesday, February 21, 2018 at 1:20:54 AM UTC+8, Russ Cox wrote: > > Hi everyone, > > I have a new blog post you might be interested in. > https://research.swtch.com/vgo. > > I'll t