Add time import
This commit is contained in:
parent
6426bca1f8
commit
a9951710b3
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
package postfix
|
package postfix
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
func statCTime(_ interface{}) time.Time {
|
func statCTime(_ interface{}) time.Time {
|
||||||
return time.Time{}
|
return time.Time{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue