Documentation
¶
Index ¶
- Constants
- func NewFsFromFile(base afero.Fs, path string) (afero.Fs, error)
- func NewFsFromIgnore(base afero.Fs, ignore Ignore) afero.Fs
- func NewFsFromLines(base afero.Fs, lines ...string) afero.Fs
- func NewFsFromReader(base afero.Fs, reader io.Reader) (afero.Fs, error)
- func OpenDefault(base afero.Fs) (afero.Fs, error)
- type Ignore
Constants ¶
View Source
const DefaultFile = ".gitignore"
Variables ¶
This section is empty.
Functions ¶
func NewFsFromFile ¶ added in v0.0.2
func NewFsFromReader ¶ added in v0.0.2
Types ¶
type Ignore ¶
type Ignore = ignore.IgnoreParser
Click to show internal directories.
Click to hide internal directories.