2021-08-24 04:37:44 +08:00
|
|
|
//go:build !dragonfly && !linux && !netbsd && !openbsd && !solaris && !darwin && !freebsd
|
2017-11-30 03:25:31 +08:00
|
|
|
|
|
|
|
|
package postfix
|
|
|
|
|
|
2017-11-30 07:25:00 +08:00
|
|
|
import (
|
|
|
|
|
"time"
|
|
|
|
|
)
|
|
|
|
|
|
2017-11-30 03:25:31 +08:00
|
|
|
func statCTime(_ interface{}) time.Time {
|
|
|
|
|
return time.Time{}
|
|
|
|
|
}
|