aboutsummaryrefslogtreecommitdiff
path: root/src/embed/internal
AgeCommit message (Expand)Author
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-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