2016-07-22 20:15:38 +02:00
|
|
|
// Copyright 2011 The Go Authors. All rights reserved.
|
2011-12-13 20:16:27 +01:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package os
|
|
|
|
|
|
|
|
// Export for testing.
|
|
|
|
|
|
|
|
var Atime = atime
|
2013-11-06 20:49:01 +01:00
|
|
|
var LstatP = &lstat
|