//go:build linux // +build linux package main import "log" func main() { log.Fatalf("winkext-test not supported on linux") }