telegraf/plugins/inputs/postfix/stat_none.go

12 lines
173 B
Go

// +build !dragonfly,!linux,!netbsd,!openbsd,!solaris,!darwin,!freebsd
package postfix
import (
"time"
)
func statCTime(_ interface{}) time.Time {
return time.Time{}
}