aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs/template.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-04-10lib/memfs: set embed file mode to print as octalShulhan
2024-03-09all: reformat all files with goimportsShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-10-29lib/memfs: call the Init method in the embedded fileShulhan
2022-07-02lib/memfs: update the template formatShulhan
2022-05-12lib/memfs: format comment in embedded Go template according to gofmt tipShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06lib/memfs: change the Watch method to accept structShulhan
2022-02-28lib/memfs: embed the field CommentHeader on generated Go fileShulhan
2022-02-14lib/memfs: add option CommentHeader to EmbedOptionsShulhan
2021-12-20lib/memfs: embed the Embed options and GenFuncNameShulhan
2021-12-19lib/memfs: remove field ContentEncoding from EmbedOptions and NodeShulhan
2021-10-26lib/memfs: move the embedded parameter to OptionsShulhan
2021-10-09lib/memfs: fix comment on generated Go codeShulhan
2021-10-09lib/memfs: remove PathNode "f" fieldShulhan
2021-10-09lib/memfs: refactoring Node field V into ContentShulhan
2021-10-09lib/memfs: set the node modification time in embedded fileShulhan
2021-01-10memfs: refactoring Go generate code to use memfs.MemFS instanceShulhan
2021-01-08memfs: prefix the generated internal function with global var nameShulhan
2021-01-08memfs: refactoring, allow multiple instances of memfs in single packageShulhan
2020-05-07memfs: make the Node Readdir works when calling from generated Go codeShulhan
2020-05-07memfs: simplify the API, add directory parameter to NewShulhan
2020-05-06memfs: replace the contents values from list of byte to stringShulhan
2020-05-06memfs: move the template name as constantsShulhan
2019-12-09memfs: implement os.FileInfo on NodeShulhan
2019-11-19memfs: remove unneeded call to GeneratedPathNode.SetShulhan
2019-09-23memfs: use Set instead SetFunc when generating templateShulhan
2019-08-05memfs/template: add comment for generateTemplateShulhan
2019-08-05lib/memfs: add method to encode the content of fileShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-05-08memfs: fix template when generating empty contentShulhan
2019-04-17memfs: refactoring go generate file to use type from memfsShulhan
2019-02-21memfs: add method to dump files as Go generated sourceShulhan