github.com/jaegerpicker/docker@v0.7.7-0.20150325003727-22dba32b4dab/pkg/system/lstat_windows.go (about) 1 // +build windows 2 3 package system 4 5 func Lstat(path string) (*Stat_t, error) { 6 // should not be called on cli code path 7 return nil, ErrNotSupportedPlatform 8 }