7742183cd4
Vendor golang.org/x/sys to get the UtimesNanoAt function defined for all unix-like OSes. The function will be used in a successive commit. This also re-vendors the other dependencies from glide.yaml. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
8 lines
418 B
Go
8 lines
418 B
Go
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// This package contains test data shared between the various subpackages of
|
|
// the code.google.com/p/go.crypto/ssh package. Under no circumstance should
|
|
// this data be used for production code.
|
|
package testdata // import "golang.org/x/crypto/ssh/testdata"
|