Retire chtimes except for !go1.1 now it is in the standard library
This commit is contained in:
parent
f5e60b6e37
commit
2bca3a45bd
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue