(no title)
tail_exchange | 3 months ago
If I had a magic wand, the only things I would add is better nulability checks, add stack traces by default for errors, and exhaustive checks for sum types. Other than that, it does everything I want.
tail_exchange | 3 months ago
If I had a magic wand, the only things I would add is better nulability checks, add stack traces by default for errors, and exhaustive checks for sum types. Other than that, it does everything I want.
thegeekpirate|3 months ago
Linters such as https://golangci-lint.run will do this for you.
trenchpilgrim|3 months ago
In development: https://github.com/uber-go/nilaway
unknown|3 months ago
[deleted]