golang-bindata 3.0.3-1 source package in Ubuntu

Changelog

golang-bindata (3.0.3-1) unstable; urgency=low


  * New upstream release.
  * Update manual pages as the options are now different.

 -- Vincent Bernat <email address hidden>  Wed, 29 Jan 2014 08:49:20 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
golang-bindata_3.0.3-1.dsc 2.0 KiB 1174f94dfd2303866d0026967178d121019283bb1d138e901d63374972307190
golang-bindata_3.0.3.orig.tar.gz 11.0 KiB c16c37d29151049a8957ad042c047504acfb1e992ed3912026407ad1d6c52714
golang-bindata_3.0.3-1.debian.tar.xz 4.5 KiB 3f926ed47eea6166c32321e369ddf63e0e602391e64f4d77b6029f533b9f6588

Available diffs

No changes file available.

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-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.