Registry / utility / mistifyio-go-zfs-v3

mistifyio-go-zfs-v3

JSON →
library3.1.0gogounverified

Provides wrappers around the ZFS command line tools.

go get github.com/mistifyio/go-zfs/v3
INSTALL
IMPORT
SIG · MISTIFYIO-GO-ZFS-V
M
mistifyio-go-zfs-v3
utilitygov3.1.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.

zfs
github.com/mistifyio/go-zfs/v3

Retrieve a ZFS dataset by name and print its name.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources