mirror of
https://github.com/fluffle/goirc
synced 2025-07-04 04:19:23 +00:00
Gofix run.
This commit is contained in:
parent
be271308c9
commit
b23215d09b
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ type Line struct {
|
|||
Nick, Ident, Host, Src string
|
||||
Cmd, Raw string
|
||||
Args []string
|
||||
Time *time.Time
|
||||
Time time.Time
|
||||
}
|
||||
|
||||
// NOTE: this doesn't copy l.Time (this should be read-only anyway)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue