Registry / utility / mitchellh-go-fs

mitchellh-go-fs

JSON →
library0.0.0-20180402235330-b7b9ca407fffgogounverified

Go FS is a library for working with filesystems, providing virtual filesystem abstractions.

go get github.com/mitchellh/go-fs
INSTALL
IMPORT
SIG · MITCHELLH-GO-FS
M
mitchellh-go-fs
utilitygov0.0.0-20180402235330-b7b9ca407fff
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.

fs
github.com/mitchellh/go-fs

Create a new virtual filesystem.

package main import ( "fmt" "github.com/mitchellh/go-fs" ) func main() { vfs := fs.NewVirtualFilesystem() fmt.Println(vfs) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180402235330-b7b9ca407ffflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
mitchellh-go-fs — go get mitchellh-go-fs · libregistry