Tamás, Thank you for your reply, I appreciate it. My confusion is more about how to use the embedded endpoints in a middleware chain. Do you know of any examples that do that? Thanks again for your response.
Daryl On Nov 19, 2023, at 21:32, Tamás Gulácsi <[email protected]> wrote: You don't often get email from [email protected]. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/ is a more comprehensive article on using embed. Tamás Gulácsi a következőt írta (2023. november 20., hétfő, 6:28:44 UTC+1): You can convert a io/fs.FS to a http FS with http.FS. For an example, see https://stackoverflow.com/a/66248259 Daryl Williams a következőt írta (2023. november 20., hétfő, 0:15:29 UTC+1): I am trying to find out if the http server can work with the embed filesystem and also use middleware? And if so are there any articles describing how to do this? Asks in advance, Daryl -- You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/9hZvvdhWlC4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/e69a0ef1-960a-480d-b1a2-a3f8765ba741n%40googlegroups.com<https://groups.google.com/d/msgid/golang-nuts/e69a0ef1-960a-480d-b1a2-a3f8765ba741n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/C813373A-F718-4F42-AFA3-33340236F685%40synergetic-data.com.
