golang-github-spf13-viper 0.0~git20151110.0.e37b56e-1 source package in Ubuntu

Changelog

golang-github-spf13-viper (0.0~git20151110.0.e37b56e-1) unstable; urgency=medium

  * New upstream snapshot: Add dynamic reading of config file support,
    in two new methods, viper.WatchConfig and viper.OnConfigChange,
    that are now used by Hugo.
  * (Build-)Depends on golang-github-go-fsnotify-fsnotify-dev,
    which provides "gopkg.in/fsnotify.v1" as required by this new
    upstream snapshot.
  * Swap Build-Depends relation ordering to appease buildds.
  * Change "MIT" to "Expat" in debian/copyright.

 -- Anthony Fok <email address hidden>  Tue, 10 Nov 2015 19:10:15 -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-spf13-viper_0.0~git20151110.0.e37b56e-1.dsc 2.7 KiB 96708adaa34a174399828af333405c59ec2e2f12b86c4308d90173a660ec6245
golang-github-spf13-viper_0.0~git20151110.0.e37b56e.orig.tar.xz 17.6 KiB 656450d70a2798517b960f8b67e33f417d2547fbf73cf83fd11d515ecbb08d97
golang-github-spf13-viper_0.0~git20151110.0.e37b56e-1.debian.tar.xz 2.3 KiB 112f35759a574241ffaae6a1aa29923a8b3fd34ffa62db962a77318f885cc990

No changes file available.

Binary packages built by this source

golang-github-spf13-viper-dev: Go configuration with fangs

 Viper is a complete configuration solution for go applications.
 It is designed to work within an application, and can handle
 all types of configuration needs and formats. It supports:
 .
  * setting defaults
  * reading from JSON, TOML, and YAML config files
  * reading from environment variables
  * reading from remote config systems (etcd or Consul), and watching changes
  * reading from command line flags
  * reading from buffer
  * setting explicit values
 .
 Viper can be thought of as a registry for all of your applications
 configuration needs.