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
1 changed files with 2 additions and 2 deletions

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