2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00
restic/vendor/bazil.org/fuse/fs/fstestutil/mountinfo_freebsd.go

8 lines
158 B
Go
Raw Normal View History

2017-07-23 12:24:45 +00:00
package fstestutil
import "errors"
func getMountInfo(mnt string) (*MountInfo, error) {
return nil, errors.New("FreeBSD has no useful mount information")
}