tailscale/appc
Joe Tsai 8f86d4f8b9 all: use slices.Collect with maps.Keys instead of xmaps.Keys
In Go 1.23, the standard maps.Keys helper was altered relative to xmaps.Keys
to return and iterator, which can be used with slices.Collect.

Also, Go 1.21 added the clear built-in, which replaces xmaps.Clear,
and is semantically more correct with respect to NaNs.

Updates #8632
Updates #12912
Updates #cleanup

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2024-10-11 11:41:09 -07:00
..
appctest all: add test for package comments, fix, add comments as needed 2024-07-10 09:57:00 -07:00
appconnector_test.go all: use slices.Collect with maps.Keys instead of xmaps.Keys 2024-10-11 11:41:09 -07:00
appconnector.go all: use slices.Collect with maps.Keys instead of xmaps.Keys 2024-10-11 11:41:09 -07:00