//go:build !linux package system func SetHostname(hostname string) error { // intentionally a no-op return nil }