Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates

2016-10-27 Thread Michal Bohuslávek
It's not much of a penalisation IMO. It doesn't have to be a large message in red saying: "The author of this package doesn't use semantic versioning. Be careful!". I mean the list of versions can only appear if there are some versions. That way it wouldn't penalise a), although I can't come up

[go-nuts] Thoughts on the try proposal (and Generics)

2020-07-28 Thread Michal Bohuslávek
I've been thinking a lot about this Russ's comment from the try proposal: > But before we get to try, it is worth making sure we're all on the > same page about appropriate error context. The canonical example > is os.Open. Quoti