Skip to content

Comments

all: replace path.Join with filepath.Join#3499

Open
imalasong wants to merge 1 commit intocockroachdb:masterfrom
imalasong:pr/2
Open

all: replace path.Join with filepath.Join#3499
imalasong wants to merge 1 commit intocockroachdb:masterfrom
imalasong:pr/2

Conversation

@imalasong
Copy link
Contributor

path.Join is separated by '/', but the window system file separator is' \ '

filepath.Join can automatically select delimiters based on the system

Signed-off-by: xiaochangbai <704566072@qq.com>
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants