summaryrefslogtreecommitdiff
path: root/src/embed
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* embed/internal/embedtest: test openFile.ReadAt with non-zero offsetTobias Klauser2023-04-141-3/+18
* embed: implement openFile.ReadAtNuno Cruces2023-04-122-2/+71
* embed: document additional file name restrictionstulip2022-06-231-0/+1
* all: gofmt main repoRuss Cox2022-04-111-5/+4
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-2/+2
* go/build: skip rune literals when looking for go:embedIan Lance Taylor2021-11-111-0/+5
* cmd/go: add //go:embed all:patternRuss Cox2021-11-091-0/+5
* embed/internal/embedtest: use parenthesized vars for one testIan Lance Taylor2021-10-261-4/+6
* embed: add examplehelbing2021-10-131-0/+23
* embed: guarantee the returned file of FS.Open implements io.SeekerHajime Hoshi2021-09-101-0/+6
* embed: remove reference to global variables in docsDan Kortschak2021-08-261-2/+1
* cmd/compile: allow embed into any byte slice typekorzhao2021-08-251-0/+40
* embed/internal/embedtest: add test for embedded path starting with dashIan Lance Taylor2021-05-042-2/+4
* embed, testing/fstest: small optimization for ReadDir徐志伟2021-04-071-3/+3
* [dev.regabi] all: merge master (1901853) into dev.regabiCherry Zhang2021-02-081-9/+9
|\
| * embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod2021-02-051-9/+9
* | [dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer2021-02-021-6/+16
|\ \ | |/
| * embed: update docs for proposal tweaksIan Lance Taylor2021-01-291-6/+16
* | [dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky2021-01-222-5/+34
|\ \ | |/
| * embed: treat uninitialized FS as emptyJay Conrod2021-01-192-0/+23
| * cmd/compile: disallow embed of var inside funcRuss Cox2021-01-152-35/+11
* | [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-161-2/+2
* | [dev.regabi] cmd/compile: separate noder more cleanlyRuss Cox2020-12-212-36/+6
|/
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* io/fs: add SubRuss Cox2020-12-041-1/+1
* cmd/go, embed: exclude .* and _* from embedded directory treesRuss Cox2020-12-047-1/+32
* cmd/go: add //go:embed supportRuss Cox2020-10-299-0/+240
* embed: implement FSRuss Cox2020-10-231-0/+403