mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-28 03:01:49 +08:00
8 lines
80 B
Go
8 lines
80 B
Go
//go:build !linux
|
|
|
|
package wg
|
|
|
|
func KernelModuleExists() bool {
|
|
return false
|
|
}
|