aboutsummaryrefslogtreecommitdiff
path: root/src/embed/internal/embedtest/embed_test.go
AgeCommit message (Expand)Author
2024-07-24crypto/x509,embed: use slices to clean up testsapocelipes
2023-04-14embed/internal/embedtest: test openFile.ReadAt with non-zero offsetTobias Klauser
2023-04-12embed: implement openFile.ReadAtNuno Cruces
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-10-26embed/internal/embedtest: use parenthesized vars for one testIan Lance Taylor
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-01-19embed: treat uninitialized FS as emptyJay Conrod
2021-01-15cmd/compile: disallow embed of var inside funcRuss 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