|
|
|
|
|
by emmanueloga_
862 days ago
|
|
For those using Go for production, do you get to switch to the latest versions quickly, or do you get stuck in older releases? In the open a lot of projects seem to avoid newish features. I like to use `any` (from 1.18 ~ 2 years ago) where before we had to use `interface{}`, even if I'm not using generics (although I've been told the latter is more "idiomatic" :-/). |
|
Waiting is more or less just customary at this point; Go releases seldom break things.