tailscale/util/set
Brad Fitzpatrick dc7aa98b76 all: use set.Set consistently instead of map[T]struct{}
I didn't clean up the more idiomatic map[T]bool with true values, at
least yet.  I just converted the relatively awkward struct{}-valued
maps.

Updates #cleanup

Change-Id: I758abebd2bb1f64bc7a9d0f25c32298f4679c14f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-09-09 10:59:19 -07:00
..
set.go all: use set.Set consistently instead of map[T]struct{} 2023-09-09 10:59:19 -07:00
set_test.go util/set: add a basic map-based Set type 2023-05-11 15:17:34 -07:00
slice.go cmd/k8s-operator: add metrics to track usage 2023-08-30 10:33:54 -07:00
slice_test.go util/set: move Slice type from corp to oss 2023-04-14 19:25:39 -04:00