mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01:00
01d71a767d
* Platform sanity checks * Don't yell about `root` because Docker
8 lines
244 B
Go
8 lines
244 B
Go
//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.
|
|
}
|