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
/
pathnode.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-09
lib/memfs: add parameter withContent to [Node.JSON]
Shulhan
2023-11-14
lib/memfs: add option to pack JSON without ModTime
Shulhan
2023-09-11
lib/memfs: update and add missing comment to constants and methods
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-12-19
lib/memfs: realign struct Node, Options, PathNode, and on unit tests
Shulhan
2021-10-09
lib/memfs: remove PathNode "f" field
Shulhan
2021-09-13
lib/memfs: fix possible data race on PathNode
Shulhan
2021-08-29
lib/memfs: change the MarshalJSON to always return an object
Shulhan
2021-08-12
lib/memfs: make the MarshalJSON on Node to return the content
Shulhan
2021-07-25
lib/memfs: implement json.Marshaler on MemFS and Node
Shulhan
2019-09-23
memfs: use Set instead SetFunc when generating template
Shulhan
2019-04-17
memfs: refactoring go generate file to use type from memfs
Shulhan