Documentation
¶
Overview ¶
Package githubfs provides an afero FS that's backed by github.com. Useful for testing against master for a repository, especially in cron.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fs ¶
type Fs struct { // readonly view into the backing fs. afero.Fs // contains filtered or unexported fields }
Fs represents an in-memory filesystem backed by GitHub.
Click to show internal directories.
Click to hide internal directories.