Registry / utility / bep-gitmap

bep-gitmap

JSON →
library1.9.0gogounverified

A Go library for mapping Git repository file paths to their blob hashes.

go get github.com/bep/gitmap
INSTALL
IMPORT
SIG · BEP-GITMAP
B
bep-gitmap
utilitygov1.9.0
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.

gitmap
github.com/bep/gitmap

Maps all files in the current Git repository to their blob hashes.

package main import ( "fmt" "github.com/bep/gitmap" ) func main() { repo, _ := gitmap.Map(".") for path, hash := range repo { fmt.Println(path, hash) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources
bep-gitmap — go get bep-gitmap · libregistry