2
2
mirror of https://github.com/octoleo/restic.git synced 2024-10-01 15:49:01 +00:00
restic/vendor/bazil.org/fuse/fs/fstestutil/mountinfo_freebsd.go
2017-07-23 14:25:38 +02:00

8 lines
158 B
Go

package fstestutil
import "errors"
func getMountInfo(mnt string) (*MountInfo, error) {
return nil, errors.New("FreeBSD has no useful mount information")
}