[ ソース: golang-github-makenowjust-heredoc ]
パッケージ: golang-github-makenowjust-heredoc-dev (1.0.0-1)
golang-github-makenowjust-heredoc-dev に関するリンク
Debian の資源:
golang-github-makenowjust-heredoc ソースパッケージをダウンロード:
- [golang-github-makenowjust-heredoc_1.0.0-1.dsc]
- [golang-github-makenowjust-heredoc_1.0.0.orig.tar.gz]
- [golang-github-makenowjust-heredoc_1.0.0-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.