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
/
memfs
/
internal
/
test
/
embed
/
embed_test.go
Age
Commit message (
Expand
)
Author
2025-01-06
lib/memfs: remove GoEmbed test that generate dynamic times
Shulhan
2024-12-28
lib/bytes: split the hexdump related functions to separate package
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-08-03
lib/memfs: another fix for refresh
Shulhan
2024-04-10
lib/memfs: set embed file mode to print as octal
Shulhan
2024-03-09
all: reformat all files with goimports
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-11-14
lib/memfs: improve the refresh method
Shulhan
2023-11-08
lib/memfs: refactoring, simplify DirWatcher logic
Shulhan
2023-11-05
lib/memfs: include empty directory
Shulhan
2022-08-31
lib/memfs: simplify checking for symlink
Shulhan
2022-07-02
lib/memfs: update the template format
Shulhan
2022-05-12
lib/memfs: format comment in embedded Go template according to gofmt tip
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-03-01
lib/memfs: make the GoEmbed re-mount the Root before generate Go file
Shulhan
2022-02-14
lib/memfs: add option CommentHeader to EmbedOptions
Shulhan
2021-12-20
lib/memfs: fix unit tests
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-10-26
lib/memfs: move the go embed test to directory internal/test
Shulhan