To keep the backslashes in Windows file paths and stop `shlex.Split` from interpreting them as escape characters, we need to quote the paths. Signed-off-by: Babak K. Shandiz <babakks@github.com> |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||
To keep the backslashes in Windows file paths and stop `shlex.Split` from interpreting them as escape characters, we need to quote the paths. Signed-off-by: Babak K. Shandiz <babakks@github.com> |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||