File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*Package etcd is a library for performing common Etcd tasks.
2- */
1+ // Package etcd is a library for performing common Etcd tasks.
32package etcd
43
54import (
Original file line number Diff line number Diff line change 1- /*Package sshd implements an SSH server.
2-
3- See https://tools.ietf.org/html/rfc4254
4-
5- This was copied over (and effectively forked from) cookoo-ssh. Mainly this
6- differs from the cookoo-ssh version in that this does not act like a
7- stand-alone SSH server.
8- */
1+ // Package sshd implements an SSH server.
2+ //
3+ // See https://tools.ietf.org/html/rfc4254
4+ //
5+ // This was copied over (and effectively forked from) cookoo-ssh. Mainly this
6+ // differs from the cookoo-ssh version in that this does not act like a
7+ // stand-alone SSH server.
98package sshd
109
1110import (
You can’t perform that action at this time.
0 commit comments