aboutsummaryrefslogtreecommitdiff
path: root/src/embed
AgeCommit message (Expand)Author
2023-11-17embed: fix variable name in exampleOlivier Mengué
2023-10-18embed: add available godoc linkcui fliter
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-04-14embed/internal/embedtest: test openFile.ReadAt with non-zero offsetTobias Klauser
2023-04-12embed: implement openFile.ReadAtNuno Cruces
2022-06-23embed: document additional file name restrictionstulip
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11go/build: skip rune literals when looking for go:embedIan Lance Taylor
2021-11-09cmd/go: add //go:embed all:patternRuss Cox
2021-10-26embed/internal/embedtest: use parenthesized vars for one testIan Lance Taylor
2021-10-13embed: add examplehelbing
2021-09-10embed: guarantee the returned file of FS.Open implements io.SeekerHajime Hoshi
2021-08-26embed: remove reference to global variables in docsDan Kortschak
2021-08-25cmd/compile: allow embed into any byte slice typekorzhao
2021-05-04embed/internal/embedtest: add test for embedded path starting with dashIan Lance Taylor
2021-04-07embed, testing/fstest: small optimization for ReadDir徐志伟
2021-02-08[dev.regabi] all: merge master (1901853) into dev.regabiCherry Zhang
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
2021-01-29embed: update docs for proposal tweaksIan Lance Taylor
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-19embed: treat uninitialized FS as emptyJay Conrod
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-15cmd/compile: disallow embed of var inside funcRuss Cox
2020-12-21[dev.regabi] cmd/compile: separate noder more cleanlyRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-12-04cmd/go, embed: exclude .* and _* from embedded directory treesRuss Cox
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-23embed: implement FSRuss Cox