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

Changelog

golang-bindata (3.0.7+git20151023.72.a0ff256-4ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 09:50:16 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security 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-4ubuntu0.24.04.1.debian.tar.xz 5.6 KiB 2780175059757259c854de858243a88d0f64f79eb24053adf3dcd964cb3abf08
golang-bindata_3.0.7+git20151023.72.a0ff256-4ubuntu0.24.04.1.dsc 2.3 KiB 94f0705b1a6d79d1e0ddb45c4c6ce537af63b81ef8e106db1778eaa5e80923ab

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.