mirror of https://github.com/golang/go.git
fix api spec
This commit is contained in:
parent
745feb940c
commit
26e75c0368
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue