Registry / utility / src-d-go-billy-v4

src-d-go-billy-v4

JSON →
library4.3.2gogounverified

A filesystem abstraction layer for Go, providing a common interface for different filesystem backends.

go get gopkg.in/src-d/go-billy.v4
INSTALL
IMPORT
SIG · SRC-D-GO-BILLY-V4
S
src-d-go-billy-v4
utilitygov4.3.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.

billy
gopkg.in/src-d/go-billy.v4

Creates an in-memory filesystem and writes a file.

import "gopkg.in/src-d/go-billy.v4" func main() { fs := billy.NewMemoryFilesystem() f, _ := fs.Create("hello.txt") f.Write([]byte("Hello, world!")) f.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
src-d-go-billy-v4 — go get src-d-go-billy-v4 · libregistry