Tobias Klauser
|
847319b7fc
|
ssh: remove unused buffer.eof return value
buffer.eof always returns nil and none of the callers check the return
value.
Change-Id: I2053cb6e48dea3a2cd371644a1a5d1a835efda10
Reviewed-on: https://go-review.googlesource.com/56831
Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
Run-TryBot: Han-Wen Nienhuys <hanwen@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2017-09-25 11:19:01 +00:00 |
Adam Langley
|
fa50e7408b
|
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
|
2014-04-09 13:57:52 -07:00 |
Adam Langley
|
4002be2701
|
go.crypto/ssh: run gofmt
gofmt got better at removing trailing whitespace.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6929044
|
2012-12-10 18:12:36 -05:00 |
Dave Cheney
|
e6ded17971
|
go.crypto/ssh: introduce a circular buffer for chanReader
R=agl, gustav.paul, kardianos
CC=golang-dev
https://golang.org/cl/6207051
|
2012-05-16 08:03:54 +10:00 |