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
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-05
all: comply with linter recommendations #2
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-17
lib/time: remove UnixMicro and UnixMilli
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-04-09
lib/time: replace lib/io#Reader with lib/bytes#Parser
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: fix After and Before logic
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
2023-02-22
lib/time: add new type Clock
Shulhan
2023-02-22
lib/time: add global variable Now as function
Shulhan
2022-09-13
lib/test: change the Assert parameter to Writer
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-02-03
time: add function UnixMicro that return UNIX time in micro seconds
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-07
time: fix test with latest Go
Shulhan
2020-02-28
time: add functions to get Unix time in milliseconds (int64 and string)
Shulhan
2020-01-20
time: change the Microsecond return type from int to int64
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-28
time: add function to get micro seconds
Shulhan
2019-02-05
lib/io: rename Reader SkipSpace to SkipSpaces
Shulhan
2019-02-05
lib/time: suppress linter warnings on known global variables
Shulhan
2019-02-05
lib/time: update affected by refactoring on lib/io.Reader
Shulhan
2019-02-05
lib/email: new package for working with Internet Message Format
Shulhan
2019-01-29
lib/time: uncapitalized the first letter of error message
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-03
Move all byte(s) related constant and functions from package text to bytes
Shulhan
2018-09-01
Rename "lib/file" to "lib/io"
Shulhan
2018-09-01
Add package time with Day and Week as duration
Shulhan