Commit graph

3 commits

Author SHA1 Message Date
hackerman
5bace2abf4
Resolve race conditions, panics, and other errors (#1)
This patch provides fixes for:

- https://github.com/spf13/viper/issues/730
- https://github.com/spf13/viper/issues/695
- https://github.com/spf13/viper/issues/353
- https://github.com/spf13/viper/issues/174
- https://github.com/spf13/viper/issues/378
- https://github.com/spf13/viper/issues/629
2019-07-15 12:52:53 +02:00
Nick Miyake
8ac2e2e20f Run gofmt on all existing code
Also:

* Add check to .travis.yml that verifies that all code is gofmt-compliant
* Touch up some newlines

See #351
2017-07-22 23:47:47 -06:00
Bjørn Erik Pedersen
80ab6657f9 Copy and insensitivise maps in Set
Fixes #261
Closes #265
2016-10-24 21:20:41 +02:00