fix api spec

This commit is contained in:
Mauri de Souza Meneguzzo 2023-07-31 17:54:57 -03:00
parent 745feb940c
commit 26e75c0368

View file

@ -1,3 +1,3 @@
pkg net/http, func ServeFileFS(http.ResponseWriter, *http.Request, fs.FS, string) #51971
pkg net/http, func FileServerFS(fs.FS) http.Handler #51971
pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971
pkg net/http, func FileServerFS(fs.FS) Handler #51971
pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971