// go:build windows package mypkg func symbol(a, b string) string { return a + "-" + b + "=windows" }