From 2bca3a45bdf9313e0d865fc738bd7f6ade70152e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 27 Jun 2013 20:05:05 +0100 Subject: [PATCH] Retire chtimes except for !go1.1 now it is in the standard library --- chtimes_linux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chtimes_linux.go b/chtimes_linux.go index d59a79f5c..2177c19f0 100644 --- a/chtimes_linux.go +++ b/chtimes_linux.go @@ -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