1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-07-04 04:19:23 +00:00

Gofix run.

This commit is contained in:
Alex Bramley 2012-02-04 00:51:06 +00:00
parent be271308c9
commit b23215d09b
2 changed files with 5 additions and 5 deletions

View file

@ -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)