aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs/pathnode.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-12-09lib/memfs: add parameter withContent to [Node.JSON]Shulhan
2023-11-14lib/memfs: add option to pack JSON without ModTimeShulhan
2023-09-11lib/memfs: update and add missing comment to constants and methodsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-12-19lib/memfs: realign struct Node, Options, PathNode, and on unit testsShulhan
2021-10-09lib/memfs: remove PathNode "f" fieldShulhan
2021-09-13lib/memfs: fix possible data race on PathNodeShulhan
2021-08-29lib/memfs: change the MarshalJSON to always return an objectShulhan
2021-08-12lib/memfs: make the MarshalJSON on Node to return the contentShulhan
2021-07-25lib/memfs: implement json.Marshaler on MemFS and NodeShulhan
2019-09-23memfs: use Set instead SetFunc when generating templateShulhan
2019-04-17memfs: refactoring go generate file to use type from memfsShulhan