Skip to content

Conversation

@hengwu0
Copy link
Contributor

@hengwu0 hengwu0 commented Jul 24, 2019

if the filename contain spaces, string.Split(cmd) will split filename and the program go to ErrInvalidPieces. Use string.SplitN to ensure not split filename.

if the filename contain spaces, string.Split(cmd) will split filename and the program go to ErrInvalidPieces. Use string.SplitN to ensure not split filename.
@hengwu0
Copy link
Contributor Author

hengwu0 commented Jan 9, 2020

@Matir

@Matir
Copy link
Owner

Matir commented Jan 9, 2020

Sorry, I'd missed the first notification!

@Matir Matir merged commit 94a4665 into Matir:master Jan 9, 2020
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