[ 原始碼: golang-github-alessio-shellescape ]
套件:golang-github-alessio-shellescape-dev(1.4.2-1)
golang-github-alessio-shellescape-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alessio-shellescape:
- [golang-github-alessio-shellescape_1.4.2-1.dsc]
- [golang-github-alessio-shellescape_1.4.2.orig.tar.gz]
- [golang-github-alessio-shellescape_1.4.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Escape arbitrary strings for use as command line arguments
This package provides the shellescape.Quote() function that returns a shell-escaped copy of a string. This functionality could be helpful in those cases where it is known that the output of a Go program will be appended to/used in the context of shell programs command line arguments.
This work was inspired by the Python original package shellescape (https://pypi.python.org/pypi/shellescape).