os.Args
parsing with quotes is somehow incorrect on Windows platform
#42443
Labels
os.Args
parsing with quotes is somehow incorrect on Windows platform
#42443
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Source
test.go
:run:
go run test.go "D:\Data\"
What did you expect to see?
Outputs
D:\Data\
What did you see instead?
Outputs
D:\Data\"
The text was updated successfully, but these errors were encountered: