golang-bindata 3.0.7+git20151023.72.a0ff256-4build1 source package in Ubuntu

Changelog

golang-bindata (3.0.7+git20151023.72.a0ff256-4build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:40 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-bindata_3.0.7+git20151023.72.a0ff256.orig.tar.xz 15.4 KiB e438a0e85edf8fd1b8f3d2878e1455db56be405aa7308f4aa8eb2b0b9f04c08c
golang-bindata_3.0.7+git20151023.72.a0ff256-4build1.debian.tar.xz 5.4 KiB a10278a56aebe812546f24992c87db50ac6ff1711f739360421e267395ee941d
golang-bindata_3.0.7+git20151023.72.a0ff256-4build1.dsc 2.3 KiB b4929ded30b5862d8cdc3566f2ac309b8b3abf286539900753e95bd322a59104

View changes file

Binary packages built by this source

go-bindata: embed data in a Go program

 This tool converts any file into manageable Go source code. It is
 useful for embedding binary data into a Go program. The file data is
 optionally gzip compressed before being converted to a raw byte
 slice.
 .
 This package provides the standalone utility `go-bindata`.

golang-github-jteeuwen-go-bindata-dev: embed data in a Go program - library package

 This tool converts any file into manageable Go source code. It is
 useful for embedding binary data into a Go program. The file data is
 optionally gzip compressed before being converted to a raw byte
 slice.
 .
 This package contains the library to be used by other Go programs.