golang-github-magiconair-properties 1.6.0-2 source package in Ubuntu

Changelog

golang-github-magiconair-properties (1.6.0-2) unstable; urgency=medium

  * Add upstream patch to make test work on 32-bit,
    see https://github.com/magiconair/properties/issues/7 for details.

 -- Anthony Fok <email address hidden>  Tue, 22 Dec 2015 19:17:46 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-magiconair-properties_1.6.0-2.dsc 2.3 KiB 38ac010edf36d42bd15e9095deae287ee34e4562c6d6a0ab37d2b41ec1814026
golang-github-magiconair-properties_1.6.0.orig.tar.gz 50.0 KiB efa8cd7d11d495c71afa6ee4e4d0660ec5ac9cb5fdcf0b49e293a152449dfe83
golang-github-magiconair-properties_1.6.0-2.debian.tar.xz 2.8 KiB 187ab7f27adc536b201ee26ab8242d59a45cc47eabead73d26291a71d00a6593

Available diffs

No changes file available.

Binary packages built by this source

golang-github-magiconair-properties-dev: Java properties scanner for Go

 “properties” is a Go library for reading and writing properties files.
 .
 It supports reading from multiple files and Spring style recursive
 property expansion of expressions like to their corresponding
 value. Value expressions can refer to other keys like in or
 to environment variables like in . Filenames can also contain
 environment variables like in /home//myapp.properties.
 .
 Comments and the order of keys are preserved. Comments can be modified
 and can be written to the output.
 .
 The properties library supports both ISO-8859-1 and UTF-8 encoded data.