You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tka
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>
1 year ago
..
aum.go
aum_test.go
builder.go
builder_test.go
chaintest_test.go
deeplink.go
deeplink_test.go
key.go
key_test.go
scenario_test.go
sig.go
sig_test.go
state.go
state_test.go
sync.go
sync_test.go all: update copyright and license headers 2 years ago
tailchonk.go
tailchonk_test.go tka: fix go vet complaint on copy of lock value in tailchonk_test.go (#8208) 2 years ago
tka.go
tka_test.go