blob: 213a7c7ade3052837d3c93d17103a829c549eae2 [file] [log] [blame]
// +build windows
package system
func Lstat(path string) (*Stat, error) {
// should not be called on cli code path
return nil, ErrNotSupportedPlatform
}