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.
func (*Fs) Open ¶
Open opens a file, returning it or an error, if any happens.
func (*Fs) OpenFile ¶
OpenFile opens a file using the given flags and the given mode.
Click to show internal directories.
Click to hide internal directories.