Fix join code template
This commit is contained in:
parent
d3d949d6f4
commit
33e39cff32
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
package varjoin
|
||||
|
||||
func Join(args ...string) string {
|
||||
func Join(sep string, args ...string) string {
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue