luet/vendor/github.com/vbatts/go-mtree/lchtimes_unsupported.go
Ettore Di Giacinto 420186b7db
Switch to go mod
2019-11-10 18:05:28 +01:00

12 lines
137 B
Go

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