commit | 84dcc777aaee85807c99afb056f496a3a8b3d8de | [log] [tgz] |
---|---|---|
author | Emmanuel T Odeke <emmanuel@orijtech.com> | Sun Oct 11 21:24:46 2020 -0700 |
committer | Emmanuel Odeke <emm.odeke@gmail.com> | Mon Oct 12 17:37:05 2020 +0000 |
tree | 8eee19de4d7e73c215da58ae8b5a35a462e93e24 | |
parent | 7f63de1d35b0f77fa2b9faea3e7deb402a2383c8 [diff] |
crypto/ssh: add Client.Close in Dial example Fixes golang/go#41906 Change-Id: I2eee82160a4450f531f11d5ba7bd6ed19c019992 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/261417 Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com> Trust: Roland Shoemaker <roland@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.