Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

WorkerPants
Copy link
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.21.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 92e1bf3 into 2.21.x Oct 21, 2024
24 checks passed
@tdyas tdyas deleted the cherry-pick-21559-to-2.21.x branch October 21, 2024 15:48
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