Registry / utility / gogs-git-module

gogs-git-module

JSON →
library1.8.7gogounverified

Package git-module provides Git operations for the Gogs Git service.

go get github.com/gogs/git-module
INSTALL
IMPORT
SIG · GOGS-GIT-MODULE
G
gogs-git-module
utilitygov1.8.7
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.

git
github.com/gogs/git-module

Opens a Git repository and prints its name.

package main import ( "fmt" "github.com/gogs/git-module" ) func main() { repo, err := git.Open("/path/to/repo") if err != nil { panic(err) } fmt.Println(repo.Name()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gogs-git-module — go get gogs-git-module · libregistry