summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2025-09-29convert to magefilev0.1.1Paul Buetow
2025-06-29fix: correct go module path and import pathsv0.0.0Paul Buetow
The go module path was previously declared as `timr`, which caused issues with dependencies that expected the full path `codeberg.org/snonux/timr`. This commit updates the `go.mod` file to use the correct module path and also updates all import paths throughout the project to reflect this change.
2025-06-25feat: Improve live view with large ASCII timerPaul Buetow
2025-06-25feat: Implement live timer viewPaul Buetow
2025-06-25feat: Implement timer functionalityPaul Buetow
2025-06-25initial commitPaul Buetow