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 {