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/types/lazy
Brad Fitzpatrick 265c76dbc5 all: unify some redundant testing.TB interface copies
I added yet another one in 6d117d64a2 but that new one is at the
best place int he dependency graph and has the best name, so let's use
that one for everything possible.

types/lazy can't use it for circular dependency reasons, so unexport
that copy at least.

Updates #cleanup

Change-Id: I25db6b6a0d81dbb8e89a0a9080c7f15cbf7aa770
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
8 months ago
..
deferred.go types/lazy: fix flaky TestDeferAfterDo 11 months ago
deferred_test.go types/lazy: fix flaky TestDeferAfterDo 11 months ago
lazy.go all: unify some redundant testing.TB interface copies 8 months ago
sync_test.go util/uniq,types/lazy,*: delete code that's now in Go std 11 months ago
unsync.go types/lazy: helpers for lazily computed values 3 years ago
unsync_test.go types/lazy: helpers for lazily computed values 3 years ago