//go:build linux // +build linux package main func dostuff() { // nothing to do on Linux }