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
/
mlog
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
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-13
all: fix linter warnings reported by revive
Shulhan
2023-09-11
lib/mlog: update the example for MultiLogger using different package name
Shulhan
2022-08-03
lib/mlog: simplify for-select channel consumers with for-range
Shulhan
2022-06-27
lib/mlog: minimize allocation when generating log
Shulhan
2022-06-27
lib/mlog: simplify flushing by using single channel
Shulhan
2022-06-27
lib/mlog: minimize checking for new line
Shulhan
2022-06-27
lib/mlog: add method Close to MultiLogger
Shulhan
2022-06-26
lib/mlog: clean up the code
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-03-27
lib/http: use package mlog for logging
Shulhan
2022-02-17
lib/mlog: make the Outf method always add new line at the end
Shulhan
2022-02-17
lib/mlog: change default mlog instance to non-pointer
Shulhan
2022-02-17
lib/mlog: realign the struct MultiLogger
Shulhan
2021-08-25
lib/mlog: implement io.Writer and add function ErrorWriter
Shulhan
2021-08-06
lib/mlog: add function and method Panicf
Shulhan
2021-05-04
mlog: add function and method PrintStack
Shulhan
2021-05-04
mlog: remove comment about adding new line
Shulhan
2021-03-03
mlog: change default time layout in the prefix
Shulhan
2021-02-23
mlog: append new line character on Errf if its not end with it
Shulhan
2021-02-12
mlog: implement MultiLogger
Shulhan