Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Uknown rune: 47 #1

Open
GoogleCodeExporter opened this issue May 28, 2015 · 2 comments
Open

Uknown rune: 47 #1

GoogleCodeExporter opened this issue May 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. fmt.Println(shlex.Split(`/opt/nginx-1.6.0/nginx.exe -t`))

What is the expected output? What do you see instead?
expected: []string{"/opt/nginx-1.6.0/nginx.exe", "-t"}
but return err: Uknown rune: 47

What version of the product are you using? On what operating system?
not relative

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 20 Jan 2015 at 8:45

@GoogleCodeExporter
Copy link
Author

I want to use this lib to parse command line args and the executable file

Original comment by [email protected] on 20 Jan 2015 at 8:47

@bvk
Copy link

bvk commented Jan 9, 2019

I don't see this error. Seem to work as expected in version go1.10.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants