Closed tklauser closed 1 week ago
Thanks! Especially for the linter check, very nice! I need to read about this new iterator feature, I didn't know.
In case you didn't see it yet, https://go.dev/blog/range-functions is a nice introduction to the new iterators (also called range-over-func) in Go 1.23.
Use the
maps
andslices
packages from the Go standard library instead of the respectivegolang.org/x/exp
packages.Also add a linter check enforcing use of these packages.