[ ソース: 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).