telegraf/plugins/inputs/postfix/stat_none.go

12 lines
173 B
Go
Raw Permalink Normal View History

// +build !dragonfly,!linux,!netbsd,!openbsd,!solaris,!darwin,!freebsd
package postfix
2017-11-29 23:25:00 +00:00
import (
"time"
)
func statCTime(_ interface{}) time.Time {
return time.Time{}
}