mirror of https://github.com/spf13/viper.git
8 lines
140 B
Go
8 lines
140 B
Go
|
//go:build viper_1387
|
||
|
// +build viper_1387
|
||
|
|
||
|
package features
|
||
|
|
||
|
// Revert1387 reverts the behavior introduced in #1387.
|
||
|
var Revert1387 = true
|