diff options
Diffstat (limited to 'vendor/github.com/mistifyio/go-zfs/README.md')
-rw-r--r-- | vendor/github.com/mistifyio/go-zfs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/mistifyio/go-zfs/README.md b/vendor/github.com/mistifyio/go-zfs/README.md index 2515e588e..fef80d727 100644 --- a/vendor/github.com/mistifyio/go-zfs/README.md +++ b/vendor/github.com/mistifyio/go-zfs/README.md @@ -29,7 +29,7 @@ The tests have decent examples for most functions. ```go //assuming a zpool named test -//error handling ommitted +//error handling omitted f, err := zfs.CreateFilesystem("test/snapshot-test", nil) |