index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
embed
/
embed.go
Age
Commit message (
Expand
)
Author
2022-06-23
embed: document additional file name restrictions
tulip
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
cmd/go: add //go:embed all:pattern
Russ Cox
2021-09-10
embed: guarantee the returned file of FS.Open implements io.Seeker
Hajime Hoshi
2021-08-26
embed: remove reference to global variables in docs
Dan Kortschak
2021-04-07
embed, testing/fstest: small optimization for ReadDir
徐志伟
2021-02-08
[dev.regabi] all: merge master (1901853) into dev.regabi
Cherry Zhang
2021-02-05
embed, io/fs: clarify that leading and trailing slashes are disallowed
Jay Conrod
2021-02-02
[dev.regabi] all: merge master (fca94ab) into dev.regabi
Robert Griesemer
2021-01-29
embed: update docs for proposal tweaks
Ian Lance Taylor
2021-01-22
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
Matthew Dempsky
2021-01-19
embed: treat uninitialized FS as empty
Jay Conrod
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2020-12-04
cmd/go, embed: exclude .* and _* from embedded directory trees
Russ Cox
2020-10-23
embed: implement FS
Russ Cox