0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-20 16:48:56 +02:00
dendrite/setup/base/sanity_other.go

9 lines
103 B
Go
Raw Normal View History

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