-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use with embed.FS
#19
Comments
Stdlib now has an http.FS adaptor to convert an For |
I think it should be quite easy to come up with a wrapper around any |
Aha, I didn't know about I'm thinking that rather than change the API again, it might be better to add an alternative to |
Signed-off-by: Adphi <[email protected]>
Awesome project, exactly what I was looking for! Would be cool, though, if you could pass an
embed.FS
(or even better, just anyfs.FS
) instead of a directory name to serve files from. What do you think?The text was updated successfully, but these errors were encountered: