telegraf/plugins/inputs/postfix/stat_none.go

12 lines
192 B
Go
Raw Normal View History

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