Package Usage: go: github.com/MakeNowJust/heredoc/v2
Package heredoc provides creation of here-documents from raw strings.
Golang supports raw-string syntax.
But raw-string cannot recognize indentation. Thus such content is an indented string, equivalent to
I dont't want this!
However this problem is solved by package heredoc.
Is equivalent to
2 versions
Latest release: almost 6 years ago
160 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/MakeNowJust/heredoc/v2