Skip to content

Commit fc19b54

Browse files
committed
fix(etcd.go,server.go): adhere to godoc format
1 parent b183450 commit fc19b54

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

pkg/etcd/etcd.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*Package etcd is a library for performing common Etcd tasks.
2-
*/
1+
// Package etcd is a library for performing common Etcd tasks.
32
package etcd
43

54
import (

pkg/sshd/server.go

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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.
98
package sshd
109

1110
import (

0 commit comments

Comments
 (0)