1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-20 11:23:25 +00:00

Retire chtimes except for !go1.1 now it is in the standard library

This commit is contained in:
Nick Craig-Wood
2013-06-27 20:05:05 +01:00
parent f5e60b6e37
commit 2bca3a45bd

View File

@@ -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