Add time import

This commit is contained in:
Daniel Nelson
2017-11-29 15:25:00 -08:00
parent 6426bca1f8
commit a9951710b3

View File

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