Re: [go-nuts] Re: Go2 Error Handling - Alternate Handler Concept

2018-09-02 Thread Vlad Didenko
> > I'll just note that 10 of 30 feedback posts on the error handling draft > feedback wiki have asked for named handlers. Can I add your link there? > > > On Sun, Sep 2, 2018, 4:33 PM Vlad Didenko > > wrote: > >> Some time ago, after going through a very sim

[go-nuts] Re: Go2 Error Handling - Alternate Handler Concept

2018-09-02 Thread Vlad Didenko
Some time ago, after going through a very similar design (really, even had the catch clause in there), I have arrived at a more generalized version of it. That contemplation (still available at https://didenko.github.io/grab/grab_worth_it_0.1.1.html ) was very much unaccepted here. Well, I act

[go-nuts] Re: Who are the https://gophers.slack.com/ admins?

2017-11-14 Thread Vlad Didenko
Florin, Thank you! On Tuesday, November 14, 2017 at 5:28:09 PM UTC-6, Florin Pățan wrote: > > Please send a mail to fl..@gmail.com from the e-mail account you > created your account I'll be happy to help you. > > On Monday, November 13, 2017 at 6:41:13 PM UTC, Vlad Did

[go-nuts] Re: [code review] Exercise documenting a Go project

2017-11-13 Thread Vlad Didenko
rsion of the code. Should any of that be done differently, or is something missing? On Monday, November 13, 2017 at 12:41:13 PM UTC-6, Vlad Didenko wrote: > *fst* is the package I posted to practice community-related workflows, > including writing documentation, using *travis-ci*, setting up va

[go-nuts] Who are the https://gophers.slack.com/ admins?

2017-11-13 Thread Vlad Didenko
My phone got stolen, so I am locked out of the https://gophers.slack.com/ 2FA. Slack tells to ask project admins to temporarily reset @FA on the account, but I found no way to find who are the admins for the gophers workspace. Anyone knows?

[go-nuts] [code review] Exercise documenting a Go project

2017-11-13 Thread Vlad Didenko
*fst* is the package I posted to practice community-related workflows, including writing documentation, using *travis-ci*, setting up vanity URL redirection. The *fst* package adds convenience routines for testing filesystem-related logic, helps to create, clone, cleanup, and compare director