Closed susilolab closed 6 years ago
how to serving static file from go-binddata-assetfs files? thanks
work with http.FileServer
fs := http.FileServer(assetFS()) http.Handle("/web/", http.StripPrefix("/web/", fs))
thanks
how to serving static file from go-binddata-assetfs files? thanks