type net/http.FileSystem

8 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#L820: func FS(fsys fs.FS) FileSystem {
		fs.go#L840: func FileServer(root FileSystem) Handler {

	github.com/go-pg/migrations/v8
		collection.go#L157: func (c *Collection) DiscoverSQLMigrationsFromFilesystem(fs http.FileSystem, dir string) error {
		collection.go#L269: func newSQLMigration(fs http.FileSystem, filePath string) func(DB) error {