Files
2024-08-30 11:25:28 +12:00

9 lines
130 B
Go

package filesystem
import "github.com/spf13/afero"
// Api returns the filesystem api
func Api() afero.Afero {
return wrapper
}