mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Retire chtimes except for !go1.1 now it is in the standard library
This commit is contained in:
parent
f5e60b6e37
commit
2bca3a45bd
@ -1,8 +1,8 @@
|
||||
// An implementation of Chtimes which preserves nanosecond precision under linux
|
||||
//
|
||||
// Should go in standard library, but here for now
|
||||
// Is now in the standard library - https://codereview.appspot.com/6905057/
|
||||
|
||||
// +build linux
|
||||
// +build linux !go1.1
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user