Go 1.26 completely rewrote `go fix`. It can now automatically update codebases to modern Go idioms, including `interface{}` to `any`, `min`/`max`, and the new `new(expr)` syntax.
VectorWare has announced the first implementation of Rust's Future trait and async/await running on GPUs by adapting the Embassy executor to a GPU environment.