aboutsummaryrefslogtreecommitdiff
path: root/lib/time/scheduler_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-17lib/time: un-export the variable NowShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11lib/time: add missing comment to exported error, variables, and constansShulhan
2023-02-25lib/time: changes the Scheduler nextSeconds to time.DurationShulhan
2023-02-25lib/time: add unit tests for the rest of SchedulerShulhan
2023-02-25lib/time: split the Scheduler parser to simplify testingShulhan
2023-02-22lib/time: implement SchedulerShulhan