blob: 9fa7936ae634a72186b1ee42794306b05046c988 [file] [log] [blame]
Russ Cox8dce57e2011-11-30 12:04:16 -05001// Copyright 2011 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package os
6
7// Export for testing.
8
Russ Cox8dce57e2011-11-30 12:04:16 -05009var Atime = atime
Pieter Droogendijkbdbd5412013-08-08 10:44:01 -070010var LstatP = &lstat