dendrite/setup/base/sanity_other.go
2024-04-15 18:38:01 +01:00

9 lines
103 B
Go

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