mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
fix api spec
This commit is contained in:
parent
745feb940c
commit
26e75c0368
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue