dendrite/setup/base/sanity_other.go

9 lines
103 B
Go

//go:build !unix
// +build !unix
package base
func PlatformSanityChecks() {
// Nothing to do yet.
}