package
3.2.0+incompatible
Repository: https://github.com/cesanta/go-git.git
Documentation: pkg.go.dev

# Functions

NewOS returns a new OS.

# Structs

OS is a simple FS implementation for the current host filesystem.

# Interfaces

FS interface represent an abstracted filesystem, so you can use NewRepositoryFromFS from any medium.
ReadSeekCloser is a Reader, Seeker and Closer.