Skip to content

Commit

Permalink
Add time import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Nov 30, 2017
1 parent 6426bca commit a995171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/inputs/postfix/stat_none.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

package postfix

import (
"time"
)

func statCTime(_ interface{}) time.Time {
return time.Time{}
}

0 comments on commit a995171

Please sign in to comment.