Tag: go
All the articles with the tag "go".
-
TIL: How Go 1.26 Rebuilt go fix on go/analysis
Go 1.26 rebuilt go fix on the same analyzer framework that already powers go vet and gopls, turning it from a one-shot API-rewrite tool into a re-runnable modernizer.
-
TIL: Go Map Elements Aren't Addressable
Why you can't take the address of a map value, and why you can't assign to a field of a struct stored in a map.