go-mtree/lchtimes_unsupported.go

13 lines
156 B
Go

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