//go:build !solution // +build !solution package varjoin func Join(sep string, args ...string) string { return "" }