on The Gorilla toolkit has maintainers again · c/golang · 1 pts · 3y@CodeBlooded Gorilla is not more abandoned. Anyway a proposal will add PathValue and make Chi and GorillaMux useless. https://github.com/golang/go/issues/61410
on Fighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigans · c/golang · 0 pts · 3y@gnus_migrate @nebiros In Go we consider errors as values and not fatal or exceptions. For example sql.ErrNoRows , io.EOF, custom... It's why they are returned and used like any other values.
@CodeBlooded Gorilla is not more abandoned. Anyway a proposal will add PathValue and make Chi and GorillaMux useless. https://github.com/golang/go/issues/61410
@gnus_migrate @nebiros In Go we consider errors as values and not fatal or exceptions. For example sql.ErrNoRows , io.EOF, custom... It's why they are returned and used like any other values.
@nickel Not boring release this time !