package
0.0.0-20220328024126-2ee2aa9d18c6
Repository: https://github.com/nivl/git-go.git
Documentation: pkg.go.dev

# Functions

New returns a new Backend object.
NewFS returns a new Backend object using the local FileSystem.

# Constants

.git/Config config keys.
.git/Config config keys.
.git/Config config keys.
.git/Config config keys.
.git/Config config keys.
.git/Config config keys.
.git/Config config keys.

# Variables

nolint // the linter expects all errors to start with Err, but since here we're faking an error we don't want that.

# Structs

Backend is a Backend implementation that uses the filesystem to store data.
InitOptions represents all the options that can be used to create a repository.

# Type aliases

RefWalkFunc represents a function that will be applied on all references found by Walk().