forked from toolshed/abra
refactor: urfave v3
This commit is contained in:
2
vendor/github.com/go-git/go-billy/v5/memfs/memory.go
generated
vendored
2
vendor/github.com/go-git/go-billy/v5/memfs/memory.go
generated
vendored
@ -25,7 +25,7 @@ type Memory struct {
|
||||
tempCount int
|
||||
}
|
||||
|
||||
// New returns a new Memory filesystem.
|
||||
//New returns a new Memory filesystem.
|
||||
func New() billy.Filesystem {
|
||||
fs := &Memory{s: newStorage()}
|
||||
return chroot.New(fs, string(separator))
|
||||
|
Reference in New Issue
Block a user