Helps if you add the damn element to the struct...

This commit is contained in:
Alex Bramley 2010-12-19 15:22:40 +00:00
parent bea2395160
commit 1d587cd3fc
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ type Conn struct {
Flood bool Flood bool
// Function which returns a *time.Time for use as a timestamp // Function which returns a *time.Time for use as a timestamp
// Format for *time.Time when outputting timestamps
Timestamp func() *time.Time Timestamp func() *time.Time
Format string
// Enable debugging? Set format for timestamps on debug output. // Enable debugging? Set format for timestamps on debug output.
Debug bool Debug bool