mirror of https://github.com/fluffle/goirc
Fix comment for Conn struct.
This commit is contained in:
parent
820f0cb14b
commit
fb91caeccf
|
@ -15,8 +15,8 @@ const (
|
||||||
second = int64(1e9)
|
second = int64(1e9)
|
||||||
)
|
)
|
||||||
|
|
||||||
// An IRC connection is represented by this struct. Once connected, any errors
|
// An IRC connection is represented by this struct.
|
||||||
// encountered are piped down *Conn.Err; this channel is closed on disconnect.
|
// Once connected, any errors encountered are piped down *Conn.Err.
|
||||||
type Conn struct {
|
type Conn struct {
|
||||||
// Connection Hostname and Nickname
|
// Connection Hostname and Nickname
|
||||||
Host string
|
Host string
|
||||||
|
|
Loading…
Reference in New Issue