//
pkg.gl
Category
github.com/go-git/go-billy/v5
helper
mount
package
5.6.2
Repository:
https://github.com/go-git/go-billy.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
7
Dependents
0
Files
235 SLOC
#
Functions
New
New creates a new filesystem wrapping up 'fs' the intercepts all the calls made to `mountpoint` path and redirecting it to `source` filesystem.
#
Structs
Mount
Mount is a helper that allows to emulate the behavior of mount in memory.