mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
01d71a767d
* Platform sanity checks * Don't yell about `root` because Docker
9 lines
244 B
Go
9 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.
|
|
}
|