index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
time
/
scheduler.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-07-30
lib/time: add missing Hourly section in the package documentation
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-17
lib/time: un-export the variable Now
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-11
lib/time: add missing comment to exported error, variables, and constans
Shulhan
2023-05-02
lib/time: calculate the next event on Scheduler run
Shulhan
2023-02-25
lib/time: changes the Scheduler nextSeconds to time.Duration
Shulhan
2023-02-25
lib/time: add unit tests for the rest of Scheduler
Shulhan
2023-02-25
lib/time: group each schedule by section on NewScheduler
Shulhan
2023-02-25
lib/time: split the Scheduler parser to simplify testing
Shulhan
2023-02-25
lib/time: simplify the Scheduler run logic
Shulhan
2023-02-25
lib/time: add method Next to Scheduler
Shulhan
2023-02-22
lib/time: implement Scheduler
Shulhan