mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
9 lines
103 B
Go
9 lines
103 B
Go
//go:build !unix
|
|
// +build !unix
|
|
|
|
package base
|
|
|
|
func PlatformSanityChecks() {
|
|
// Nothing to do yet.
|
|
}
|