Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
修正 Join 的 separator
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Nov 9, 2020
1 parent adeaa72 commit 55ec346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathx.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Join(paths ...string) string {
if v == "" {
continue
}
path += v + "/"
path += v + separator
}
return Path(path)
}
Expand Down

0 comments on commit 55ec346

Please sign in to comment.