Registry / utility / goki-vci

goki-vci

JSON →
library1.0.2gogounverified

Provides a version control interface for systems like git and svn, extending vcs.Repo with per-file processing support.

go get github.com/goki/vci
INSTALL
IMPORT
SIG · GOKI-VCI
G
goki-vci
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vci
github.com/goki/vci

Open a repository and get the current branch.

package main import ( "fmt" "github.com/goki/vci" ) func main() { repo, err := vci.NewRepo(".") if err != nil { panic(err) } fmt.Println(repo.CurrentBranch()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
goki-vci — go get goki-vci · libregistry