func NewSourceFS()

in filesource.go [38:42]


func NewSourceFS(root fs.FS) *SourceFS {
	return &SourceFS{
		FS: root,
	}
}