mirror of
https://github.com/status-im/matterbridge.git
synced 2025-02-20 17:58:14 +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
|