Changeset 362 in code for trunk


Ignore:
Timestamp:
Jul 22, 2020, 10:16:01 AM (5 years ago)
Author:
contact
Message:

go fmt

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r360 r362  
    16671667                                remaining -= len(buf)
    16681668                                year, month, day := timestamp.Date()
    1669                                 timestamp = time.Date(year, month, day + 1, 0, 0, 0, 0, timestamp.Location())
     1669                                timestamp = time.Date(year, month, day+1, 0, 0, 0, 0, timestamp.Location())
    16701670                        }
    16711671
  • trunk/logger.go

    r360 r362  
    161161                        "time": irc.TagValue(t.UTC().Format(serverTimeLayout)),
    162162                },
    163                 Prefix: &irc.Prefix{Name: sender},
     163                Prefix:  &irc.Prefix{Name: sender},
    164164                Command: "PRIVMSG",
    165165                Params:  []string{entity, text},
Note: See TracChangeset for help on using the changeset viewer.