// go:build linux && !windows package addsymbol func symbol(a, b string) string { return a + "+" + b + "=linux" }