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
Andrew Lytvynov 1302bd1181
all: cleanup unused code, part 1 (#10661)
Run `staticcheck` with `U1000` to find unused code. This cleans up about
a half of it. I'll do the other half separately to keep PRs manageable.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
5 months ago
..
aum.go all: use set.Set consistently instead of map[T]struct{} 8 months ago
aum_test.go all: update copyright and license headers 1 year ago
builder.go all: update copyright and license headers 1 year ago
builder_test.go all: update copyright and license headers 1 year ago
chaintest_test.go various: add golangci-lint, fix issues (#7905) 1 year ago
deeplink.go tka: add function for generating signing deeplinks (#8385) 11 months ago
deeplink_test.go tka: add function for generating signing deeplinks (#8385) 11 months ago
key.go tka: guard against key-length panics when verifying signatures 10 months ago
key_test.go all: update copyright and license headers 1 year ago
scenario_test.go all: cleanup unused code, part 1 (#10661) 5 months ago
sig.go tka: guard against key-length panics when verifying signatures 10 months ago
sig_test.go all: update copyright and license headers 1 year ago
state.go tka: clarify field comment 6 months ago
state_test.go various: add golangci-lint, fix issues (#7905) 1 year ago
sync.go all: update copyright and license headers 1 year ago
sync_test.go all: update copyright and license headers 1 year ago
tailchonk.go various: add golangci-lint, fix issues (#7905) 1 year ago
tailchonk_test.go tka: fix go vet complaint on copy of lock value in tailchonk_test.go (#8208) 12 months ago
tka.go all: use set.Set consistently instead of map[T]struct{} 8 months ago
tka_test.go all: implement lock revoke-keys command 10 months ago