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

Changelog

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

  * New upstream version 1.7.3

 -- Anthony Fok <email address hidden>  Fri, 21 Jul 2017 13:13:58 -0600

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-magiconair-properties_1.7.3-1.dsc 2.3 KiB 36f31637346832f60595dc0b3e2d2879683982fccd2d0a4b855bd64959ddaaf3
golang-github-magiconair-properties_1.7.3.orig.tar.gz 26.9 KiB 984fdc5c5d303e4c85975e3a8e15ac7217f48998c262388b21dbceb94010b1a8
golang-github-magiconair-properties_1.7.3-1.debian.tar.xz 3.0 KiB cd5c5b48a2921f91bd8ccf1ebedcee72421429399ab2ee7fb940ac86e9b9c4e6

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 ${key} to their corresponding
 value. Value expressions can refer to other keys like in ${key} or
 to environment variables like in ${USER}. Filenames can also contain
 environment variables like in /home/${USER}/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.