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

embed, cmd/go: embedded files add support for fs.Open #53742

Closed
hktalent opened this issue Jul 8, 2022 · 1 comment
Closed

embed, cmd/go: embedded files add support for fs.Open #53742

hktalent opened this issue Jul 8, 2022 · 1 comment
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@hktalent
Copy link

hktalent commented Jul 8, 2022

embed, cmd/go: embedded files add support for fs.Open
That is to say, once I embed a directory, reading and writing to this directory can be operated using the regular file api
Of course, you can set a policy when embedding, for example
Use local files first, then embedded files

@mengzhuo
Copy link
Contributor

mengzhuo commented Jul 8, 2022

If you wish to change API please take a look at proposal wiki and reform your current issue, thanks.

@mengzhuo mengzhuo added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jul 8, 2022
@hktalent hktalent closed this as completed Jul 8, 2022
@golang golang locked and limited conversation to collaborators Jul 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants