Registry / utility / go-git-go-billy-v5

go-git-go-billy-v5

JSON →
library5.9.0gogounverified

Package billy provides a filesystem abstraction layer for Go, used primarily with go-git.

go get github.com/go-git/go-billy/v5
INSTALL
IMPORT
SIG · GO-GIT-GO-BILLY-V5
G
go-git-go-billy-v5
utilitygov5.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.

billy
github.com/go-git/go-billy/v5

Creates an in-memory filesystem and writes a file.

package main import ( "fmt" "github.com/go-git/go-billy/v5/memfs" ) func main() { fs := memfs.New() f, _ := fs.Create("hello.txt") f.Write([]byte("Hello, World!")) f.Close() fmt.Println("File created in memory filesystem") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
go-git-go-billy-v5 — go get go-git-go-billy-v5 · libregistry