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
Age
Commit message (
Expand
)
Author
2024-12-05
embed: document exclusions more explicitly
Sean Liao
2024-11-14
embed: remove incorrect slash in comment
lugen4ro
2024-07-24
crypto/x509,embed: use slices to clean up tests
apocelipes
2024-05-20
embed: simplify the code
apocelipes
2023-11-17
embed: fix variable name in example
Olivier Mengué
2023-10-18
embed: add available godoc link
cui fliter
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-04-14
embed/internal/embedtest: test openFile.ReadAt with non-zero offset
Tobias Klauser
2023-04-12
embed: implement openFile.ReadAt
Nuno Cruces
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-11
go/build: skip rune literals when looking for go:embed
Ian Lance Taylor
2021-11-09
cmd/go: add //go:embed all:pattern
Russ Cox
2021-10-26
embed/internal/embedtest: use parenthesized vars for one test
Ian Lance Taylor
2021-10-13
embed: add example
helbing
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-08-25
cmd/compile: allow embed into any byte slice type
korzhao
2021-05-04
embed/internal/embedtest: add test for embedded path starting with dash
Ian Lance Taylor
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
2021-01-15
cmd/compile: disallow embed of var inside func
Russ Cox
2020-12-21
[dev.regabi] cmd/compile: separate noder more cleanly
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-04
io/fs: add Sub
Russ Cox
2020-12-04
cmd/go, embed: exclude .* and _* from embedded directory trees
Russ Cox
2020-10-29
cmd/go: add //go:embed support
Russ Cox
2020-10-23
embed: implement FS
Russ Cox