golang-github-facebookgo-structtag 0.0~git20150214.217e25f-4 source package in Ubuntu

Changelog

golang-github-facebookgo-structtag (0.0~git20150214.217e25f-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Bump debhelper dependency to >= 11, since that's what is used in
    debian/compat.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 18:12:29 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-facebookgo-structtag_0.0~git20150214.217e25f-4.dsc 2.4 KiB bb313a08a2b6bd73e11348ef161354289716da9a0b77a2254572931cee49647b
golang-github-facebookgo-structtag_0.0~git20150214.217e25f.orig.tar.xz 2.4 KiB 57d11f7c2ad27f80dccf98c15fada587fc3cc5b5d1be54848458577ed3e0ceb2
golang-github-facebookgo-structtag_0.0~git20150214.217e25f-4.debian.tar.xz 2.5 KiB 1d3790664a825f6e129906ffefe814f8e4abdaf15b1e427260fb5317ef7c9cf5

No changes file available.

Binary packages built by this source

golang-github-facebookgo-structtag-dev: provides parsing of the defacto struct tag style

 This software is taken from the Go standard library but modified to
 return a boolean indicating if a struct tag was found or not to allow
 differentiating an empty struct tag from a non existing struct tag.