type net/http.FileSystem
9 uses
net/http (current package)
filetransport.go#L30: func NewFileTransport(fs FileSystem) RoundTripper {
fs.go#L94: type FileSystem interface {
fs.go#L586: func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) {
fs.go#L743: root FileSystem
fs.go#L818: func FS(fsys fs.FS) FileSystem {
fs.go#L838: func FileServer(root FileSystem) Handler {
go.opencensus.io/zpages/internal
resources.go#L26: fs http.FileSystem
resources.go#L136: func FS(useLocal bool) http.FileSystem {
resources.go#L145: func Dir(useLocal bool, name string) http.FileSystem {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |