golang-github-magiconair-properties 1.5.6-1 source package in Ubuntu

Changelog

golang-github-magiconair-properties (1.5.6-1) unstable; urgency=medium

  * New upstream release.

 -- Anthony Fok <email address hidden>  Tue, 03 Nov 2015 09:36:31 -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.5.6-1.dsc 2.3 KiB 83bb155563360c24567c5f80e005fdfe0887938791e447219fd8879f61ca51a0
golang-github-magiconair-properties_1.5.6.orig.tar.gz 45.6 KiB 1cf93959d7261ced71ec428754a4b62c1049026525f0c1023551ce00b6275e04
golang-github-magiconair-properties_1.5.6-1.debian.tar.xz 2.3 KiB 0e0553643f3d99fcc712b5a2bb3d309d591d1cf5da1ebc8315bd0b0700b8b0a9

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.