Registry / utility / mistifyio-go-zfs

mistifyio-go-zfs

JSON →
library2.1.1+incompatiblegogounverified

Package zfs provides wrappers around the ZFS command line tools.

go get github.com/mistifyio/go-zfs
INSTALL
IMPORT
SIG · MISTIFYIO-GO-ZFS
M
mistifyio-go-zfs
utilitygov2.1.1+incompatible
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.

zfs
github.com/mistifyio/go-zfs

Get a ZFS dataset by name and print its name.

package main import ( "fmt" "github.com/mistifyio/go-zfs" ) func main() { dataset, err := zfs.GetDataset("tank/myvolume") if err != nil { panic(err) } fmt.Println(dataset.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mistifyio-go-zfs — go get mistifyio-go-zfs · libregistry