golang-github-makenowjust-heredoc-v2 2.0.1-2 source package in Ubuntu

Changelog

golang-github-makenowjust-heredoc-v2 (2.0.1-2) unstable; urgency=medium

  * Team upload
  * No change upload to aid testing migration

 -- Reinhard Tartler <email address hidden>  Thu, 04 Jul 2024 10:26:59 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-makenowjust-heredoc-v2_2.0.1-2.dsc 2.4 KiB 8a761ce71444742e371b7298c6f5d37e706b5e2ebf824f9f4958a21a8fa682be
golang-github-makenowjust-heredoc-v2_2.0.1.orig.tar.xz 3.7 KiB 3a0eb3abd8905d6048ce27bc68aec7eccc3d6561f1cccc5ed77e9704265f50e0
golang-github-makenowjust-heredoc-v2_2.0.1-2.debian.tar.xz 2.6 KiB 3420ec1b930c788c4150097ff5e5114e0318d55d875ee4c8baff154740fbcda0

Available diffs

No changes file available.

Binary packages built by this source

golang-github-makenowjust-heredoc-v2-dev: Convert strings to here documents in Go (v2) (library)

 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.
 .
 This package contains version 2.x of heredoc.