mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
5e85a00cb3
Removes `BaseDendrite` to, hopefully, make testing and composing of components easier in the future.
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.
|
|
}
|