7 lines
86 B
Go
7 lines
86 B
Go
// +build !solution
|
|
|
|
package varjoin
|
|
|
|
func Join(args ...string) string {
|
|
return ""
|
|
}
|