diff options
| author | Joe Tsai <joetsai@digital-static.net> | 2024-10-11 11:41:09 -0700 |
|---|---|---|
| committer | Joe Tsai <joetsai@digital-static.net> | 2024-10-11 11:41:09 -0700 |
| commit | 8f86d4f8b909f9484d0d0f96ecfd4e4f434797af (patch) | |
| tree | 9b83c6983fca87437950f57a9d7618f0e3f2b653 /scripts | |
| parent | c763b7a7db6c3e3f35ed973881108c5adef7bae8 (diff) | |
| download | tailscale-dsnet/slices-collect.tar.xz tailscale-dsnet/slices-collect.zip | |
all: use slices.Collect with maps.Keys instead of xmaps.Keysdsnet/slices-collect
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
