Add time import

This commit is contained in:
Daniel Nelson 2017-11-29 15:25:00 -08:00
parent 6426bca1f8
commit a9951710b3
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
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{}
}