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
/
template.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
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-10-29
lib/memfs: call the Init method in the embedded file
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-04-06
lib/memfs: change the Watch method to accept struct
Shulhan
2022-02-28
lib/memfs: embed the field CommentHeader on generated Go file
Shulhan
2022-02-14
lib/memfs: add option CommentHeader to EmbedOptions
Shulhan
2021-12-20
lib/memfs: embed the Embed options and GenFuncName
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-10-26
lib/memfs: move the embedded parameter to Options
Shulhan
2021-10-09
lib/memfs: fix comment on generated Go code
Shulhan
2021-10-09
lib/memfs: remove PathNode "f" field
Shulhan
2021-10-09
lib/memfs: refactoring Node field V into Content
Shulhan
2021-10-09
lib/memfs: set the node modification time in embedded file
Shulhan
2021-01-10
memfs: refactoring Go generate code to use memfs.MemFS instance
Shulhan
2021-01-08
memfs: prefix the generated internal function with global var name
Shulhan
2021-01-08
memfs: refactoring, allow multiple instances of memfs in single package
Shulhan
2020-05-07
memfs: make the Node Readdir works when calling from generated Go code
Shulhan
2020-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2020-05-06
memfs: replace the contents values from list of byte to string
Shulhan
2020-05-06
memfs: move the template name as constants
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
2019-11-19
memfs: remove unneeded call to GeneratedPathNode.Set
Shulhan
2019-09-23
memfs: use Set instead SetFunc when generating template
Shulhan
2019-08-05
memfs/template: add comment for generateTemplate
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-05-08
memfs: fix template when generating empty content
Shulhan
2019-04-17
memfs: refactoring go generate file to use type from memfs
Shulhan
2019-02-21
memfs: add method to dump files as Go generated source
Shulhan