mistifyio / go-zfs

Go wrappers for ZFS commands
Apache License 2.0
128 stars 66 forks source link

dataset.GetProperty(key) always returns 'VALUE' #49

Closed simt2 closed 2 years ago

simt2 commented 8 years ago

dataset.GetProperty uses the first line of zfs get without any switches.

simt2 commented 8 years ago

50 fix

mmlb commented 2 years ago

50 has been merged