9 lines
130 B
Go
9 lines
130 B
Go
package filesystem
|
|
|
|
import "github.com/spf13/afero"
|
|
|
|
// Api returns the filesystem api
|
|
func Api() afero.Afero {
|
|
return wrapper
|
|
}
|