Initial commit
This commit is contained in:
8
internal/filesystem/api.go
Normal file
8
internal/filesystem/api.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package filesystem
|
||||
|
||||
import "github.com/spf13/afero"
|
||||
|
||||
// Api returns the filesystem api
|
||||
func Api() afero.Afero {
|
||||
return wrapper
|
||||
}
|
||||
Reference in New Issue
Block a user