Skip to content

Commit

Permalink
去除冗余
Browse files Browse the repository at this point in the history
  • Loading branch information
woytu committed Jun 28, 2019
1 parent bcf6f68 commit 7ed300e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ func PathStitching(paths ...string) string {
sep := string(os.PathSeparator)
path := ""
for _, value := range paths {
fmt.Println(path)
path = path + sep + value
}
return path[1:]
Expand Down

0 comments on commit 7ed300e

Please sign in to comment.