Done with: ack '2023+' -l | xargs sed -i -e 's/2023+/2024+/g' Checked manually with: git add -p Hello to future James from 2025, and Happy Hacking!
This adds a new *BlockedTimer struct which can be used to run a function or a printf after a short duration. It can be cancelled early. A short blog post about the topic is available here: https://purpleidea.com/blog/2023/05/26/blocked-select-logging-in-golang/