mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
4 lines
118 B
Go
4 lines
118 B
Go
// Shellquote provides utilities for joining/splitting strings using sh's
|
|
// word-splitting rules.
|
|
package shellquote
|