mirror of
https://github.com/mudler/luet.git
synced 2025-09-05 17:20:29 +00:00
Switch to go mod
This commit is contained in:
11
vendor/github.com/vbatts/go-mtree/lchtimes_unsupported.go
generated
vendored
Normal file
11
vendor/github.com/vbatts/go-mtree/lchtimes_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build windows
|
||||
|
||||
package mtree
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func lchtimes(name string, atime time.Time, mtime time.Time) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user