this post was submitted on 22 Jan 2026
15 points (100.0% liked)

Golang

2630 readers
1 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kamstrup@programming.dev 1 points 2 weeks ago

I am perplexed that they refuse to acknowledge some pretty deep issues I see every major Go project run into:

  • There are corner cases where it is literally impossible to check of the value of a type-param interface is nil.
  • Type-params on methods
  • Type-safe enums