[ 原始碼: 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.