Re: [go-nuts] Generics and parentheses

2020-07-15 Thread Zippoxer
Agreed. I've been a happy Gopher since 2011 and would really like to see <> or even [] instead of (). On Wednesday, 15 July 2020 20:03:40 UTC+3, Dan Markham wrote: > > On Tuesday, July 14, 2020 at 9:45:41 PM UTC-7, robert engels wrote: >> >> My opinion is that every major language (no flames plea

[go-nuts] Do you guys use ORMs when working with SQL?

2016-12-27 Thread Zippoxer
I haven't written SQL for years. I was enjoying MongoDB with the awesome mgo package, and what saved me a lot of headache was the natural programmatic interface of MongoDB. mgo maps your data (structs, maps, slices) to MongoDB queries and from MongoDB results, and you can write any MongoDB query