//
pkg.gl
Category
github.com/worldprogrammingltd/go-git
utils
fs
package
3.2.0+incompatible
Repository:
https://github.com/worldprogrammingltd/go-git.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
35 SLOC
#
Functions
NewOS
NewOS returns a new OS.
#
Structs
OS
OS is a simple FS implementation for the current host filesystem.
#
Interfaces
FS
FS interface represent an abstracted filesystem, so you can use NewRepositoryFromFS from any medium.
ReadSeekCloser
ReadSeekCloser is a Reader, Seeker and Closer.