go-mtree/lchtimes_unsupported.go

12 lines
137 B
Go

// +build windows
package mtree
import (
"time"
)
func lchtimes(name string, atime time.Time, mtime time.Time) error {
return nil
}