Add time import

This commit is contained in:
Daniel Nelson 2017-11-29 15:25:00 -08:00
parent 24828e1185
commit 1dee532574
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
package postfix
import (
"time"
)
func statCTime(_ interface{}) time.Time {
return time.Time{}
}