软件包: golang-github-alessio-shellescape-dev (1.4.1-2)
golang-github-alessio-shellescape-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-alessio-shellescape:
- [golang-github-alessio-shellescape_1.4.1-2.dsc]
- [golang-github-alessio-shellescape_1.4.1.orig.tar.gz]
- [golang-github-alessio-shellescape_1.4.1-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Jack Henschel
- Arthur Diniz
外部的资源:
- 主页 [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).