github.com/squaremo/docker@v1.3.2-0.20150516120342-42cfc9554972/daemon/graphdriver/driver_unsupported.go (about) 1 // +build !linux 2 3 package graphdriver 4 5 func GetFSMagic(rootpath string) (FsMagic, error) { 6 return FsMagicUnsupported, nil 7 }