Registry / utility / tsuyoshiwada-go-gitcmd

tsuyoshiwada-go-gitcmd

JSON →
library0.0.0-20180205145712-5f1f5f9475dfgogounverified

Package gitcmd provides a tiny git command wrapper for Go.

go get github.com/tsuyoshiwada/go-gitcmd
INSTALL
IMPORT
SIG · TSUYOSHIWADA-GO-GI
T
tsuyoshiwada-go-gitcmd
utilitygov0.0.0-20180205145712-5f1f5f9475df
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.

gitcmd
github.com/tsuyoshiwada/go-gitcmd

Runs 'git status --porcelain' and prints the output.

package main import ( "fmt" "github.com/tsuyoshiwada/go-gitcmd" ) func main() { git := gitcmd.New() out, err := git.Run("status", "--porcelain") if err != nil { panic(err) } fmt.Println(out) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180205145712-5f1f5f9475dflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
tsuyoshiwada-go-gitcmd — go get tsuyoshiwada-go-gitcmd · libregistry