github.com/stevegt/moby@v1.13.1/pkg/mount/mountinfo_windows.go (about) 1 package mount 2 3 func parseMountTable() ([]*Info, error) { 4 // Do NOT return an error! 5 return nil, nil 6 }