[ 源代码: golang-github-makenowjust-heredoc ]
软件包:golang-github-makenowjust-heredoc-dev(0.0~git20140704.0.1d91351-1.1)
golang-github-makenowjust-heredoc-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-makenowjust-heredoc:
- [golang-github-makenowjust-heredoc_0.0~git20140704.0.1d91351-1.1.dsc]
- [golang-github-makenowjust-heredoc_0.0~git20140704.0.1d91351.orig.tar.xz]
- [golang-github-makenowjust-heredoc_0.0~git20140704.0.1d91351-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-renstrom-dedent-dev
- golang-github-lithammer-dedent-dev
- cl-heredoc
- libxml-filter-detectws-perl
- python3-doxypypy
- golang-github-tdewolff-minify-dev
- golang-github-jteeuwen-go-bindata-dev
- libemail-mime-createhtml-perl
- golang-github-nkovacs-streamquote-dev
- libghc-here-dev
- golang-github-git-lfs-go-netrc-dev
Convert strings to here documents in Go
Here documents allow text files or other data to be embedded in source files. The heredoc library implements the whitespace filtering and line break preservation since Go does not have any syntax allowing here documents natively.