dendrite/setup/base/sanity_other.go

9 lines
244 B
Go
Raw Normal View History

//go:build !linux && !darwin && !netbsd && !freebsd && !openbsd && !solaris && !dragonfly && !aix
// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!solaris,!dragonfly,!aix
package base
func PlatformSanityChecks() {
// Nothing to do yet.
}