Open MoritzFago opened 8 years ago
code: go fmt.Println(go-zfs.Snapshots("") output: [] Output does not match what is expected on this platform
go fmt.Println(go-zfs.Snapshots("")
[] Output does not match what is expected on this platform
solved in https://github.com/eliothedeman/go-zfs
hey @MoritzFago I'm not able to reproduce this locally, using the freebsd/FreeBSD-10.3-RELEASE vagrant box. Are you still getting this?
freebsd/FreeBSD-10.3-RELEASE
code:
go fmt.Println(go-zfs.Snapshots("")
output:[] Output does not match what is expected on this platform