README ¶ go-shellstring "foo", []string{"foo"} "foo bar", []string{"foo", "bar"} `"foo"`, []string{"foo"} `"foo bar"`, []string{"foo bar"} `"foo" "bar"`, []string{"foo", "bar"} `'foo'`, []string{"foo"} `'foo bar'`, []string{"foo bar"} `'foo' 'bar'`, []string{"foo", "bar"} `'foo' 'bar'`, []string{"foo", "bar"} Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Parse(in string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(in string) ([]string, error) Types ¶ This section is empty. Source Files ¶ View all Source files shellstring.go Click to show internal directories. Click to hide internal directories.