Skip to content

golang: support all: prefix for go:embed directives (Cherry-pick of #21559) - #21564

Merged
tdyas merged 2 commits into
2.22.xfrom
cherry-pick-21559-to-2.22.x
Oct 21, 2024
Merged

golang: support all: prefix for go:embed directives (Cherry-pick of #21559)#21564
tdyas merged 2 commits into
2.22.xfrom
cherry-pick-21559-to-2.22.x

Conversation

@WorkerPants

Copy link
Copy Markdown
Member

Support the all: prefix for the go:embed directive. This directive includes files which start with _ or . which are ordinarily excluded.

See Go commit golang/go@36dbf7f which added this support for the details.

Closes #21554

Support the `all:` prefix for the `go:embed` directive. This directive includes files which start with `_` or `.` which are ordinarily excluded.

See Go commit golang/go@36dbf7f which added this support for the details.

Closes #21554
@WorkerPants WorkerPants added this to the 2.22.x milestone Oct 21, 2024
@WorkerPants WorkerPants added the category:bugfix Bug fixes for released features label Oct 21, 2024
@WorkerPants
WorkerPants requested review from benjyw and tdyas October 21, 2024 15:20
@tdyas
tdyas merged commit e2722e3 into 2.22.x Oct 21, 2024
@tdyas
tdyas deleted the cherry-pick-21559-to-2.22.x branch October 21, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:bugfix Bug fixes for released features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants