mirror of
https://github.com/spf13/viper
synced 2024-11-17 02:17:02 +00:00
40800105e2
1387 introduced a rather serious breaking change that's causing pain throughout the community. Even though it fixed a buggy behavior the previous one was still useful to a lot of people. This change introduces a way to revert back to that old behavior. Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
7 lines
140 B
Go
7 lines
140 B
Go
//go:build viper_1387
|
|
// +build viper_1387
|
|
|
|
package features
|
|
|
|
// Revert1387 reverts the behavior introduced in #1387.
|
|
var Revert1387 = true
|