mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 09:13:15 +00:00
vendor: vfs add vendor/github.com/djherbis/times
This commit is contained in:
10
vendor/github.com/djherbis/times/use_generic_stat.go
generated
vendored
Normal file
10
vendor/github.com/djherbis/times/use_generic_stat.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build !windows
|
||||
|
||||
package times
|
||||
|
||||
const hasPlatformSpecificStat = false
|
||||
|
||||
// do not use, only here to prevent "undefined" method error.
|
||||
func platformSpecficStat(name string) (Timespec, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user