Documentation
¶
Index ¶
- func Exists(fs billy.Filesystem, path string) (bool, error)
- func GithubAnsiString(str string) string
- func MkdirTemp(fs billy.Filesystem, baseDir, pattern string) (string, error)
- func ReadFile(fs billy.Filesystem, path string) ([]byte, error)
- func RemoveAll(fs billy.Filesystem, path string) error
- func WriteFile(fs billy.Filesystem, filename string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GithubAnsiString ¶ added in v0.11.9
this function is used to convert a string to a [A-Za-z0-9_.-] string
func MkdirTemp ¶ added in v0.9.7
MkdirTemp creates a temporary directory in the appropriate system temp directory using the specified billy.Filesystem.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.