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

Changelog

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

  * New upstream release.

 -- Anthony Fok <email address hidden>  Thu, 17 Dec 2015 03:06:03 -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-1.dsc 2.3 KiB a6a5d11c3271b14a303cc4b5622fed9a98c4e6b41d6405445387b4945197fdfc
golang-github-magiconair-properties_1.6.0.orig.tar.gz 50.0 KiB efa8cd7d11d495c71afa6ee4e4d0660ec5ac9cb5fdcf0b49e293a152449dfe83
golang-github-magiconair-properties_1.6.0-1.debian.tar.xz 2.3 KiB f7eb97b27082ad7f3b7fcf0410d2df0f057e79d269b61b7402a4ef3153929d80

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.