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)
|
||||
)
|
||||
|
||||
// An IRC connection is represented by this struct. Once connected, any errors
|
||||
// encountered are piped down *Conn.Err; this channel is closed on disconnect.
|
||||
// An IRC connection is represented by this struct.
|
||||
// Once connected, any errors encountered are piped down *Conn.Err.
|
||||
type Conn struct {
|
||||
// Connection Hostname and Nickname
|
||||
Host string
|
||||
|
|
Loading…
Reference in New Issue