summaryrefslogtreecommitdiffhomepage
path: root/types/lazy/sync_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick1-43/+0
2024-07-24types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set...Nick Khyl1-0/+16
2024-07-22types/lazy: add (*SyncValue[T]).SetForTest methodNick Khyl1-0/+192
2024-06-24types/lazy: add Peek method to SyncValueAndrew Dunham1-0/+41
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson1-0/+150