commit | fa50e7408b9ef89ff2965535b59f1a0010c0770b | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Wed Apr 09 13:57:52 2014 -0700 |
committer | Adam Langley <agl@golang.org> | Wed Apr 09 13:57:52 2014 -0700 |
tree | e045a3f48f9ffd3bb712002f8f9f6fd489e8f7ef | |
parent | 8f45c680ceb25c200b8c301d9184532aeb7cb36e [diff] [blame] |
go.crypto/ssh: import gosshnew. See https://groups.google.com/d/msg/Golang-nuts/AoVxQ4bB5XQ/i8kpMxdbVlEJ R=hanwen CC=golang-codereviews https://golang.org/cl/86190043
diff --git a/ssh/tcpip_test.go b/ssh/tcpip_test.go index 7fa9fc4..f1265cb 100644 --- a/ssh/tcpip_test.go +++ b/ssh/tcpip_test.go
@@ -1,3 +1,7 @@ +// 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. + package ssh import (