golang-github-intel-tfortools 0.2.0-1.1 source package in Ubuntu

Changelog

golang-github-intel-tfortools (0.2.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:02:51 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-intel-tfortools_0.2.0-1.1.dsc 2.2 KiB b694118870c3d50fe365e545e6f0db45d0684e2c04b4c524106a00229ec445a2
golang-github-intel-tfortools_0.2.0.orig.tar.xz 324.1 KiB e38ef89b1f076be9e388e62a8ac8ddbd4c98bd195e271b44ccca120619ed722d
golang-github-intel-tfortools_0.2.0-1.1.debian.tar.xz 1.9 KiB ac7853cb69a84bea6ba2e6670fad696d1805a4a2e96402508436305a4e35e917

Available diffs

No changes file available.

Binary packages built by this source

golang-github-intel-tfortools-dev: template scripting support to go programs

 Package tfortools provides a set of functions that are designed to make
 it easier for developers to add template based scripting to their command
 line tools.
 .
 Command line tools written in Go often allow users to specify a template
 script to tailor the output of the tool to their specific needs. This can
 be useful both when visually inspecting the data and also when invoking
 command line tools in scripts. The best example of this is go list which
 allows users to pass a template script to extract interesting information
 about Go packages.