golang-github-go-ini-ini 1.27.0-3 source package in Ubuntu

Changelog

golang-github-go-ini-ini (1.27.0-3) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Remove Built-Using from arch:all -dev package

 -- Konstantinos Margaritis <email address hidden>  Wed, 09 Aug 2017 00:55:06 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-ini-ini_1.27.0-3.dsc 2.1 KiB c2b22aeec3bc0c20d309fd3b1e4612a2dd93d61414a91148fd32e97d9ab59fbf
golang-github-go-ini-ini_1.27.0.orig.tar.gz 36.8 KiB b43d72b4e3c7998dfcd9bc3806db9d80f73ff8c7fd4b5c3d43a7b7d5935d577f
golang-github-go-ini-ini_1.27.0-3.debian.tar.xz 2.1 KiB 896decec8264edc04efd308918533343be74bb45d84e9660e52202a87cf3b787

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-ini-ini-dev: Go package for control of INI file

 Package ini provides INI file read and write functionality.
 This library privides functions following:
  - Load multiple data sources(`[]byte` or file) with overwrites.
  - Read with recursion values.
  - Read with parent-child sections.
  - Read with auto-increment key names.
  - Read with multiple-line values.
  - Read with tons of helper methods.
  - Read and convert values to Go types.
  - Read and **WRITE** comments of sections and keys.
  - Manipulate sections, keys and comments with ease.
  - Keep sections and keys in order as you parse and save.