[go-nuts] Re: Announcing gg ("gigi") your new friend

2019-07-04 Thread 'Niko Schwarz' via golang-nuts
What's your recommended strategy for installing it on linux? I guess it'll take a few years before distributions have easy-to-install packages just listed in their indices. On Thursday, July 4, 2019 at 6:11:47 PM UTC+2, Michael Jones wrote: > > Recently I shared my Survey

Re: [go-nuts] Package Stutter

2018-12-02 Thread 'Niko Schwarz' via golang-nuts
For what it's worth, in all this time, context.Context still looks clumsy to me and I wish you'd picked context.Ctx :) My certainty level here is high, the intensity level is low. It's like: I'm pretty sure I like the red backpack better than the black one. But the black one is fine :) Niko O

Re: [go-nuts] english language help

2017-08-31 Thread 'Niko Schwarz' via golang-nuts
I think it's ok to ask in Russian on this group, too. On Wednesday, August 30, 2017 at 4:34:19 PM UTC+2, Oleg Puchinin wrote: > > ОНО > Спасибо ! > > 2017-08-30 20:30 GMT+06:00 Konstantin Khomoutov >: > >> On Wed, Aug 30, 2017 at 07:17:26PM +0600, Oleg Puchinin wrote: >> >> > Hello ! >> > Anybody

[go-nuts] Re: Golang, SQL and ORM avoidance techniques

2017-06-04 Thread 'Niko Schwarz' via golang-nuts
There's no great trick, but there are some general ideas you should be aware of. - Active Record Pattern - Database normalization - The Google way of storing data: Cloud Spanner