aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/lockedfile/lockedfile.go
AgeCommit message (Collapse)Author
2026-02-18internal/lockedfile: keep objects alive while stopping cleanupsOphestra
Fixes https://go.dev/issues/74780. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-10-25internal/app/state: use internal/lockedfileOphestra
This is a pretty solid implementation backed by robust tests, with a much cleaner interface. Signed-off-by: Ophestra <cat@gensokyo.uk>